Uses of Class
jdbm.helper.CacheEvictionException

Packages that use CacheEvictionException
jdbm.helper Miscelaneous utility classes and interfaces. 
 

Uses of CacheEvictionException in jdbm.helper
 

Methods in jdbm.helper that throw CacheEvictionException
 void CachePolicyListener.cacheObjectEvicted(T obj)
          Notification that the cache this listener is attached to is evicting the object indicated.
protected  jdbm.helper.CacheEntry MRU.purgeEntry()
          Purge least recently used object from the cache
 void MRU.put(K key, V value)
          Place an object in the cache.
 void CachePolicy.put(K key, V value)
          Place an object in the cache.
 void LRUCache.put(K key, V value, long newVersion, Serializer serializer, boolean neverReplace)
          Updates the entry identified with the key with the new value.
 void SoftCache.put(Object key, Object value)
          Adds the specified value to the cache under the specified key.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.