|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.Object 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 |
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. |
void |
CachePolicy.put(java.lang.Object key,
java.lang.Object value)
Place an object in the cache. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |