Skip navigation links
D G R 

D

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.

G

get() - Method in class de.team33.patterns.expiry.tethys.Recent
 

R

Recent<T> - Class in de.team33.patterns.expiry.tethys
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.
Recent(Supplier<? extends T>, long, long) - Constructor for class de.team33.patterns.expiry.tethys.Recent
Initializes a new instance of this container type given a Supplier for the type to be handled and an intended lifetime of such instances.
D G R 
Skip navigation links

Copyright © 2022 Andreas Kluge-Kaindl, Bremen (de). All rights reserved.