ehcache

net.sf.ehcache.store.cachingtier
Interface HeapCacheBackEnd.EvictionCallback<K,V>

Type Parameters:
K - the key type
V - the value type
Enclosing interface:
HeapCacheBackEnd<K,V>

public static interface HeapCacheBackEnd.EvictionCallback<K,V>

An eviction callback


Method Summary
 void evicted(K key, V value)
          Called upon eviction (the mapping is gone already)
 

Method Detail

evicted

void evicted(K key,
             V value)
Called upon eviction (the mapping is gone already)

Parameters:
key - the evicted key
value - the evicted value

ehcache

Copyright 2001-2014, Terracotta, Inc.