Uses of Interface
org.cache2k.core.timing.TimerEventListener
-
Packages that use TimerEventListener Package Description org.cache2k.core org.cache2k.core.api org.cache2k.core.timing -
-
Uses of TimerEventListener in org.cache2k.core
Classes in org.cache2k.core that implement TimerEventListener Modifier and Type Class Description classBaseCache<K,V>Some default implementations for a cache.classHeapCache<K,V>Foundation for all cache variants.classIntHeapCache<V>Overwrite methods so the integer value gets stored directly in theEntry.hashCodefield andEntry.valueis set to null.classWiredCache<K,V>A cache implementation that builds on a heap cache and coordinates with additional attachments like storage, listeners and a writer. -
Uses of TimerEventListener in org.cache2k.core.api
Subinterfaces of TimerEventListener in org.cache2k.core.api Modifier and Type Interface Description interfaceInternalCache<K,V>Interface to extended cache functions for the internal components. -
Uses of TimerEventListener in org.cache2k.core.timing
Methods in org.cache2k.core.timing with parameters of type TimerEventListener Modifier and Type Method Description voidStaticTiming. setTarget(TimerEventListener<K,V> target)voidTiming. setTarget(TimerEventListener<K,V> c)Set the target for timer events.
-