ehcache

Uses of Interface
net.sf.ehcache.store.cachingtier.HeapCacheBackEnd.EvictionCallback

Packages that use HeapCacheBackEnd.EvictionCallback
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
 void PooledBasedBackEnd.registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> evictionCallback)
           
 void HeapCacheBackEnd.registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> callback)
          Let's you register a single callback for evictions
 void CountBasedBackEnd.registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> evictionCallback)
          Let's you register a single callback for evictions
 


ehcache

Copyright 2001-2014, Terracotta, Inc.