Package | Description |
---|---|
net.sf.ehcache.store.cachingtier |
Contains the caching tier implementations
|
Modifier and Type | Method and Description |
---|---|
void |
HeapCacheBackEnd.registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> callback)
Let's you register a single callback for evictions
|
void |
PooledBasedBackEnd.registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> evictionCallback) |
void |
CountBasedBackEnd.registerEvictionCallback(HeapCacheBackEnd.EvictionCallback<K,V> evictionCallback)
Let's you register a single callback for evictions
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.