Package | Description |
---|---|
jdbm.helper |
Miscelaneous utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
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(Object key,
Object value)
Adds the specified value to the cache under the specified key.
|
void |
MRU.put(Object key,
Object value)
Place an object in the cache.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.