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:
-
ClassesClassDescriptionRecent<T>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.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.