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 CachePolicy.put(K key, V value)
          Place an object in the cache.
 void SoftCache.put(java.lang.Object key, java.lang.Object value)
          Adds the specified value to the cache under the specified key.
 void MRU.put(java.lang.Object key, java.lang.Object value)
          Place an object in the cache.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.