|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Cache implementation,
managing the registration of listeners and the
broadcast of events.RetrievalListener implementation,
defining all methods as no-ops.Stash implementation,
mapping the non-serialized versions of
BaseStash.canStore(java.io.Serializable, java.io.Serializable, java.lang.Long, java.lang.Long, java.io.Serializable) and BaseStash.store(java.io.Serializable, java.io.Serializable, java.lang.Long, java.lang.Long, java.io.Serializable) to the
serialized ones, and declaring BaseStash.wantsSerializedForm()
to return false.StashPolicy,
declaring the non-serialized version of
shouldStore to invoke the
serialized one, and wantsSerializedForm to
return false.StorageListener implementation,
defining all methods as no-ops.StorageListener.cleared(java.io.Serializable)
event to my set of StorageListeners.
StorageListener.cleared()
event to my set of StorageListeners.
RetrievalListener.notRetrieved(java.io.Serializable)
event to my set of RetrievalListeners.
StorageListener.notStored(java.io.Serializable,java.io.Serializable,java.lang.Long,java.lang.Long,java.io.Serializable)
event to my set of StorageListeners.
RetrievalListener.retrieved(java.io.Serializable)
event to my set of RetrievalListeners.
RetrievalListener.retrieveRequested(java.io.Serializable)
event to my set of RetrievalListeners.
StorageListener.stored(java.io.Serializable,java.io.Serializable,java.lang.Long,java.lang.Long,java.io.Serializable)
event to my set of StorageListeners.
StorageListener.storeRequested(java.io.Serializable,java.io.Serializable,java.lang.Long,java.lang.Long,java.io.Serializable)
event to my set of StorageListeners.
Cache defines an API for storing and later
retrieving Objects based upon key values.CachedObjectInfo.Iterator for walking over
cached objects.org.apache.commons.cache.server.CacheServer.org.apache.commons.cache.server.CacheServer.canStore(key,val,expiresAt,cost,group,null)).
stored under
the given key.
stored.
stored under
the given group.
UnsupportedOperationException.
UnsupportedOperationException
Object I'm wrapping.
Object I'm wrapping.
UnsupportedOperationException.
Listable, supporting
singly-linked lists.Listable supporting singly-linked
lists of arbitrary Objects.ListableObject(val,null).
Cache that doesn't.RetrievalListener to my
set of RetrievalListeners.
RetrievalListener to my
set of RetrievalListeners.
StorageListener to my
set of StorageListeners.
StorageListener to my
set of StorageListeners.
stored under
the given key.
UnsupportedOperationException.
Object I'm wrapping.
Object I'm wrapping.
canStore(key,val,expiresAt,cost,null)).
canStore(key,val,expiresAt,cost,group,null)).
RetrievalListener from my
set of RetrievalListeners.
RetrievalListener from my
set of RetrievalListeners.
RetrievalListeners.
RetrievalListeners.
StorageListener from my
set of StorageListeners.
StorageListener from my
set of StorageListeners.
StorageListeners.
StorageListeners.
Listable, supporting
doubly-linked lists.Listable supporting doubly-linked
lists of arbitrary Objects.WListableObject(val,null,null).
Cache I am associated with.
RetrievalListeners.
StorageListeners.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||