Package de.team33.patterns.expiry.tethys


package de.team33.patterns.expiry.tethys
Provides a simple renewal mechanism for instances that are essentially reusable but expire after a certain amount of time.
See Also:
  • Classes
    Class
    Description
    Defines a container type for handling instances, which in principle can be defined globally and reused over and over again, but have to be updated after a certain time.
    XRecent<T,X extends Exception>
    Defines a container type for handling instances, which in principle can be defined globally and reused over and over again, but have to be updated after a certain time.