Uses of Interface
org.cache2k.core.api.NeedsClose
-
Packages that use NeedsClose Package Description org.cache2k.core.timing -
-
Uses of NeedsClose in org.cache2k.core.timing
Subinterfaces of NeedsClose in org.cache2k.core.timing Modifier and Type Interface Description interfaceTimerTimer for triggering expiry or refresh.Classes in org.cache2k.core.timing that implement NeedsClose Modifier and Type Class Description classDefaultTimerStandard timer implementation.classStaticTiming<K,V>Expiry time is constantclassTimeAgnosticTiming<K,V>Base class for all timing handlers that actually need not to know the current time.classTiming<K,V>Encapsulates logic for expiry times calculation and timer handling.
-