Uses of Class
org.cache2k.core.timing.Timing
-
Packages that use Timing Package Description org.cache2k.core org.cache2k.core.timing -
-
Uses of Timing in org.cache2k.core
Fields in org.cache2k.core declared as Timing Modifier and Type Field Description protected Timing<K,V>HeapCache. timingMethods in org.cache2k.core that return Timing Modifier and Type Method Description Timing<K,V>HeapCache. getTiming()Used for testsprotected abstract Timing<K,V>EntryAction. timing()Methods in org.cache2k.core with parameters of type Timing Modifier and Type Method Description voidHeapCache. setTiming(Timing<K,V> rh) -
Uses of Timing in org.cache2k.core.timing
Subclasses of Timing in org.cache2k.core.timing Modifier and Type Class Description classStaticTiming<K,V>Expiry time is constantclassTimeAgnosticTiming<K,V>Base class for all timing handlers that actually need not to know the current time.Fields in org.cache2k.core.timing declared as Timing Modifier and Type Field Description static TimingTimeAgnosticTiming. ETERNALUsed as defaultstatic TimingTimeAgnosticTiming. ETERNAL_IMMEDIATEstatic TimingTimeAgnosticTiming. IMMEDIATEMethods in org.cache2k.core.timing that return Timing Modifier and Type Method Description static <K,V>
Timing<K,V>Timing. of(InternalCacheBuildContext<K,V> ctx)
-