Uses of Interface
net.sf.ehcache.store.cachingtier.HeapCacheBackEnd.EvictionCallback
-
Packages that use HeapCacheBackEnd.EvictionCallback Package Description net.sf.ehcache.store.cachingtier Contains the caching tier implementations -
-
Uses of HeapCacheBackEnd.EvictionCallback in net.sf.ehcache.store.cachingtier
Methods in net.sf.ehcache.store.cachingtier with parameters of type HeapCacheBackEnd.EvictionCallback Modifier and Type Method Description voidCountBasedBackEnd. registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> evictionCallback)Let's you register a single callback for evictionsvoidHeapCacheBackEnd. registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> callback)Let's you register a single callback for evictionsvoidPooledBasedBackEnd. registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> evictionCallback)
-