A B C D E F G H I L M N O P R S T U W Y _

A

Ack - Class in org.apache.commons.cache.remote
tk.
Ack() - Constructor for class org.apache.commons.cache.remote.Ack
 
addToList(WListableObject) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 

B

BaseCache - Class in org.apache.commons.cache
An abstract base Cache implementation, managing the registration of listeners and the broadcast of events.
BaseCache() - Constructor for class org.apache.commons.cache.BaseCache
 
BaseRetrievalListener - Class in org.apache.commons.cache
A base RetrievalListener implementation, defining all methods as no-ops.
BaseRetrievalListener() - Constructor for class org.apache.commons.cache.BaseRetrievalListener
 
BaseStash - Class in org.apache.commons.cache
An abstract base 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.
BaseStash() - Constructor for class org.apache.commons.cache.BaseStash
 
BaseStashPolicy - Class in org.apache.commons.cache
An abstract base implementation of StashPolicy, declaring the non-serialized version of shouldStore to invoke the serialized one, and wantsSerializedForm to return false.
BaseStashPolicy() - Constructor for class org.apache.commons.cache.BaseStashPolicy
 
BaseStorageListener - Class in org.apache.commons.cache
A base StorageListener implementation, defining all methods as no-ops.
BaseStorageListener() - Constructor for class org.apache.commons.cache.BaseStorageListener
 
BooleanResponse - Class in org.apache.commons.cache.remote
tk.
BooleanResponse(boolean) - Constructor for class org.apache.commons.cache.remote.BooleanResponse
 
broadcastCleared(Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a StorageListener.cleared(java.io.Serializable) event to my set of StorageListeners.
broadcastCleared() - Method in class org.apache.commons.cache.BaseCache
Broadcast a StorageListener.cleared() event to my set of StorageListeners.
broadcastNotRetrieved(Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a RetrievalListener.notRetrieved(java.io.Serializable) event to my set of RetrievalListeners.
broadcastNotStored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a StorageListener.notStored(java.io.Serializable,java.io.Serializable,java.lang.Long,java.lang.Long,java.io.Serializable) event to my set of StorageListeners.
broadcastRetrieved(Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a RetrievalListener.retrieved(java.io.Serializable) event to my set of RetrievalListeners.
broadcastRetrieveRequested(Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a RetrievalListener.retrieveRequested(java.io.Serializable) event to my set of RetrievalListeners.
broadcastStored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a StorageListener.stored(java.io.Serializable,java.io.Serializable,java.lang.Long,java.lang.Long,java.io.Serializable) event to my set of StorageListeners.
broadcastStoreRequested(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseCache
Broadcast a StorageListener.storeRequested(java.io.Serializable,java.io.Serializable,java.lang.Long,java.lang.Long,java.io.Serializable) event to my set of StorageListeners.

C

Cache - Interface in org.apache.commons.cache
A Cache defines an API for storing and later retrieving Objects based upon key values.
CachedObjectInfo - Interface in org.apache.commons.cache
A simple interface publishing meta-information about a cached object.
CachedObjectInfoImpl - Class in org.apache.commons.cache
A simple implementation of CachedObjectInfo.
CachedObjectInfoImpl(Serializable, Long, Long) - Constructor for class org.apache.commons.cache.CachedObjectInfoImpl
 
CachedObjectIterator - Interface in org.apache.commons.cache
An Iterator for walking over cached objects.
CacheRequest - Interface in org.apache.commons.cache.remote
Marker interface for requests to a org.apache.commons.cache.server.CacheServer.
CacheResponse - Interface in org.apache.commons.cache.remote
Marker interface for responses from a org.apache.commons.cache.server.CacheServer.
CacheSingleton - Class in org.apache.commons.cache
 
CacheSingleton() - Constructor for class org.apache.commons.cache.CacheSingleton
 
CacheStat - Class in org.apache.commons.cache
.
CacheStatResponse - Class in org.apache.commons.cache.remote
tk.
CacheStatResponse(Long) - Constructor for class org.apache.commons.cache.remote.CacheStatResponse
 
CacheStatResponse(Long[]) - Constructor for class org.apache.commons.cache.remote.CacheStatResponse
 
CacheTag - Class in org.apache.commons.cache.tagext
...tk...
CacheTag() - Constructor for class org.apache.commons.cache.tagext.CacheTag
 
cancel() - Method in class org.apache.commons.cache.StaleObjectEvictor
 
canStore(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseStash
Equivalent to canStore(key,val,expiresAt,cost,group,null)).
canStore(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.BaseStash
 
canStore(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.FileStash
 
canStore(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.MemoryStash
 
canStore(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.ShareableFileStash
 
canStore(Serializable, Serializable, Long, Long, Serializable) - Method in interface org.apache.commons.cache.Stash
 
canStore(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in interface org.apache.commons.cache.Stash
 
capacity() - Method in class org.apache.commons.cache.BaseStash
 
capacity() - Method in class org.apache.commons.cache.FileStash
 
capacity() - Method in class org.apache.commons.cache.MemoryStash
 
capacity() - Method in class org.apache.commons.cache.ShareableFileStash
 
capacity() - Method in interface org.apache.commons.cache.Stash
 
clear(Serializable) - Method in class org.apache.commons.cache.BaseCache
 
clear() - Method in class org.apache.commons.cache.BaseCache
 
clear(Serializable) - Method in class org.apache.commons.cache.BaseStash
 
clear(Serializable) - Method in interface org.apache.commons.cache.Cache
Remove any value previously stored under the given key.
clear() - Method in interface org.apache.commons.cache.Cache
Remove all values previously stored.
clear(Serializable) - Method in class org.apache.commons.cache.FileStash
 
clear() - Method in class org.apache.commons.cache.FileStash
 
clear() - Method in class org.apache.commons.cache.GroupMapImpl
 
clear(Serializable) - Method in class org.apache.commons.cache.MemoryStash
 
clear() - Method in class org.apache.commons.cache.MemoryStash
 
clear(Serializable) - Method in class org.apache.commons.cache.NoOpCache
No-op.
clear() - Method in class org.apache.commons.cache.NoOpCache
No-op.
clear(Serializable) - Method in class org.apache.commons.cache.ShareableFileStash
 
clear() - Method in class org.apache.commons.cache.ShareableFileStash
 
clear(Serializable) - Method in class org.apache.commons.cache.SimpleCache
 
clear() - Method in class org.apache.commons.cache.SimpleCache
 
clear(Serializable) - Method in interface org.apache.commons.cache.Stash
 
clear() - Method in interface org.apache.commons.cache.Stash
 
ClearAllRequest - Class in org.apache.commons.cache.remote
tk.
ClearAllRequest() - Constructor for class org.apache.commons.cache.remote.ClearAllRequest
 
ClearCacheTag - Class in org.apache.commons.cache.tagext
tk.
ClearCacheTag() - Constructor for class org.apache.commons.cache.tagext.ClearCacheTag
 
cleared(Serializable) - Method in class org.apache.commons.cache.BaseStorageListener
 
cleared() - Method in class org.apache.commons.cache.BaseStorageListener
 
cleared(Serializable) - Method in class org.apache.commons.cache.GroupMapImpl
 
cleared() - Method in class org.apache.commons.cache.GroupMapImpl
 
cleared(Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
cleared() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
cleared(Serializable) - Method in interface org.apache.commons.cache.StorageListener
 
cleared() - Method in interface org.apache.commons.cache.StorageListener
 
clearGroup(Serializable) - Method in class org.apache.commons.cache.BaseCache
 
clearGroup(Serializable) - Method in interface org.apache.commons.cache.Cache
Remove any value previously stored under the given group.
clearGroup(Serializable) - Method in class org.apache.commons.cache.NoOpCache
No-op.
ClearGroupRequest - Class in org.apache.commons.cache.remote
tk.
ClearGroupRequest(Serializable) - Constructor for class org.apache.commons.cache.remote.ClearGroupRequest
 
ClearRequest - Class in org.apache.commons.cache.remote
tk.
ClearRequest(Serializable) - Constructor for class org.apache.commons.cache.remote.ClearRequest
 
ClosingConnection - Class in org.apache.commons.cache.remote
tk.
ClosingConnection() - Constructor for class org.apache.commons.cache.remote.ClosingConnection
 
contains(Serializable) - Method in class org.apache.commons.cache.BaseCache
 
contains(Serializable) - Method in class org.apache.commons.cache.BaseStash
 
contains(Serializable) - Method in interface org.apache.commons.cache.Cache
Returns true if I have a value associated with the given key, false otherwise.
contains(Serializable) - Method in class org.apache.commons.cache.FileStash
 
contains(Serializable) - Method in class org.apache.commons.cache.MemoryStash
 
contains(Serializable) - Method in class org.apache.commons.cache.NoOpCache
Returns false
contains(Serializable) - Method in class org.apache.commons.cache.ShareableFileStash
 
contains(Serializable) - Method in class org.apache.commons.cache.SimpleCache
 
contains(Serializable) - Method in interface org.apache.commons.cache.Stash
 
ContainsRequest - Class in org.apache.commons.cache.remote
tk.
ContainsRequest(Serializable) - Constructor for class org.apache.commons.cache.remote.ContainsRequest
 
CUR_CAPACITY - Static variable in class org.apache.commons.cache.CacheStat
 

D

DEFAULT_FILE_PREFIX - Static variable in class org.apache.commons.cache.FileStash
 
DEFAULT_FILE_SUFFIX - Static variable in class org.apache.commons.cache.FileStash
 
DEFAULT_MAX_BYTES - Static variable in class org.apache.commons.cache.FileStash
 
DEFAULT_MAX_OBJS - Static variable in class org.apache.commons.cache.FileStash
 
DEFAULT_OBJECTS_BETWEEN_NAPS - Static variable in class org.apache.commons.cache.StaleObjectEvictor
 
DEFAULT_SLEEP_TIME_MILLIS - Static variable in class org.apache.commons.cache.StaleObjectEvictor
 
DEFAULT_TEMP_DIRS - Static variable in class org.apache.commons.cache.FileStash
 
doAfterBody() - Method in class org.apache.commons.cache.tagext.CacheTag
 
doEndTag() - Method in class org.apache.commons.cache.tagext.CacheTag
 
doEndTag() - Method in class org.apache.commons.cache.tagext.ClearCacheTag
 
doStartTag() - Method in class org.apache.commons.cache.tagext.CacheTag
 
doStartTag() - Method in class org.apache.commons.cache.tagext.ClearCacheTag
 

E

equals(CacheStat) - Method in class org.apache.commons.cache.CacheStat
 
equals(Ack) - Method in class org.apache.commons.cache.remote.Ack
 
equals(BooleanResponse) - Method in class org.apache.commons.cache.remote.BooleanResponse
 
equals(CacheStatResponse) - Method in class org.apache.commons.cache.remote.CacheStatResponse
 
equals(ClearAllRequest) - Method in class org.apache.commons.cache.remote.ClearAllRequest
 
equals(ClearGroupRequest) - Method in class org.apache.commons.cache.remote.ClearGroupRequest
 
equals(ClearRequest) - Method in class org.apache.commons.cache.remote.ClearRequest
 
equals(ClosingConnection) - Method in class org.apache.commons.cache.remote.ClosingConnection
 
equals(ContainsRequest) - Method in class org.apache.commons.cache.remote.ContainsRequest
 
equals(GetCacheStatRequest) - Method in class org.apache.commons.cache.remote.GetCacheStatRequest
 
equals(GetKeysForGroupRequest) - Method in class org.apache.commons.cache.remote.GetKeysForGroupRequest
 
equals(ObjectArrayResponse) - Method in class org.apache.commons.cache.remote.ObjectArrayResponse
 
equals(ObjectResponse) - Method in class org.apache.commons.cache.remote.ObjectResponse
 
equals(OkResponse) - Method in class org.apache.commons.cache.remote.OkResponse
 
equals(ProtocolErrorResponse) - Method in class org.apache.commons.cache.remote.ProtocolErrorResponse
 
equals(RetrieveRequest) - Method in class org.apache.commons.cache.remote.RetrieveRequest
 
equals(StoreRequest) - Method in class org.apache.commons.cache.remote.StoreRequest
 
equals(ThrowableResponse) - Method in class org.apache.commons.cache.remote.ThrowableResponse
 
EvictionPolicy - Interface in org.apache.commons.cache
tk.

F

FileStash - Class in org.apache.commons.cache
tk.
FileStash() - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long) - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long, long) - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long, long, File[], boolean) - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long, long, String, int) - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long, long, String, int, boolean) - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long, long, File, int) - Constructor for class org.apache.commons.cache.FileStash
 
FileStash(long, long, File, int, boolean) - Constructor for class org.apache.commons.cache.FileStash
 

G

getArray() - Method in class org.apache.commons.cache.remote.ObjectArrayResponse
 
getCache(Object) - Static method in class org.apache.commons.cache.CacheSingleton
 
getCache(String) - Static method in class org.apache.commons.cache.tagext.CacheTag
 
GetCacheStatRequest - Class in org.apache.commons.cache.remote
tk.
GetCacheStatRequest(CacheStat) - Constructor for class org.apache.commons.cache.remote.GetCacheStatRequest
 
GetCacheStatRequest(CacheStat[]) - Constructor for class org.apache.commons.cache.remote.GetCacheStatRequest
 
getCacheStats() - Method in class org.apache.commons.cache.remote.CacheStatResponse
 
getCacheStats() - Method in class org.apache.commons.cache.remote.GetCacheStatRequest
 
getCost() - Method in interface org.apache.commons.cache.CachedObjectInfo
 
getCost() - Method in class org.apache.commons.cache.CachedObjectInfoImpl
 
getCost() - Method in class org.apache.commons.cache.remote.StoreRequest
 
getEvictionCandidate() - Method in interface org.apache.commons.cache.EvictionPolicy
 
getEvictionCandidate() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
getEvictionCandidates(int) - Method in interface org.apache.commons.cache.EvictionPolicy
 
getEvictionCandidates(int) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
getExpirationTs() - Method in interface org.apache.commons.cache.CachedObjectInfo
 
getExpirationTs() - Method in class org.apache.commons.cache.CachedObjectInfoImpl
 
getExpiresAt() - Method in class org.apache.commons.cache.remote.StoreRequest
 
getFile(Serializable, boolean) - Method in class org.apache.commons.cache.ShareableFileStash
 
getGroup() - Method in class org.apache.commons.cache.remote.ClearGroupRequest
 
getGroup() - Method in class org.apache.commons.cache.remote.GetKeysForGroupRequest
 
getGroup() - Method in class org.apache.commons.cache.remote.StoreRequest
 
getIntValue() - Method in class org.apache.commons.cache.CacheStat
 
getKey() - Method in interface org.apache.commons.cache.CachedObjectInfo
 
getKey() - Method in class org.apache.commons.cache.CachedObjectInfoImpl
 
getKey() - Method in class org.apache.commons.cache.remote.ClearRequest
 
getKey() - Method in class org.apache.commons.cache.remote.ContainsRequest
 
getKey() - Method in class org.apache.commons.cache.remote.RetrieveRequest
 
getKey() - Method in class org.apache.commons.cache.remote.StoreRequest
 
getKeysForGroup(Serializable) - Method in class org.apache.commons.cache.BaseCache
 
getKeysForGroup(Serializable) - Method in interface org.apache.commons.cache.Cache
 
getKeysForGroup(Serializable) - Method in interface org.apache.commons.cache.GroupMap
 
getKeysForGroup(Serializable) - Method in class org.apache.commons.cache.GroupMapImpl
Returns an array of key values associated with the given group.
getKeysForGroup(Serializable) - Method in class org.apache.commons.cache.NoOpCache
Returns an empty array.
getKeysForGroup(Serializable) - Method in class org.apache.commons.cache.SimpleCache
 
GetKeysForGroupRequest - Class in org.apache.commons.cache.remote
tk.
GetKeysForGroupRequest(Serializable) - Constructor for class org.apache.commons.cache.remote.GetKeysForGroupRequest
 
getLength() - Method in class org.apache.commons.cache.remote.ObjectArrayResponse
 
getMessage() - Method in class org.apache.commons.cache.remote.ProtocolErrorResponse
 
getMoveToLoc() - Method in class org.apache.commons.cache.ShareableFileStash
 
getNext() - Method in interface org.apache.commons.cache.adt.Listable
Return the Listable element following me, or null if I am the last element in the list.
getNext() - Method in class org.apache.commons.cache.adt.ListableBase
 
getNext() - Method in interface org.apache.commons.cache.CachedObjectIterator
 
getNext() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
getObject(int) - Method in class org.apache.commons.cache.remote.ObjectArrayResponse
 
getObject() - Method in class org.apache.commons.cache.remote.ObjectResponse
 
getPrev() - Method in interface org.apache.commons.cache.adt.Listable
Return the Listable element preceeding me, or null if I am the last element in the list.
getPrev() - Method in class org.apache.commons.cache.adt.ListableBase
Throws UnsupportedOperationException.
getPrev() - Method in class org.apache.commons.cache.adt.WListableBase
 
getSerializedForm(Serializable) - Method in class org.apache.commons.cache.FileStash
 
getSerializedForm(Serializable) - Method in class org.apache.commons.cache.ShareableFileStash
 
getStat(CacheStat) - Method in class org.apache.commons.cache.BaseCache
 
getStat(CacheStat) - Method in interface org.apache.commons.cache.Cache
 
getStat(CacheStat) - Method in class org.apache.commons.cache.NoOpCache
Throws UnsupportedOperationException
getStat(CacheStat) - Method in class org.apache.commons.cache.SimpleCache
 
getStrValue() - Method in class org.apache.commons.cache.CacheStat
 
getTempfile() - Method in class org.apache.commons.cache.FileStash
 
getThrowable() - Method in class org.apache.commons.cache.remote.ThrowableResponse
 
getValue() - Method in class org.apache.commons.cache.adt.ListableObject
Return the Object I'm wrapping.
getValue() - Method in class org.apache.commons.cache.adt.WListableObject
Return the Object I'm wrapping.
getValue() - Method in class org.apache.commons.cache.remote.BooleanResponse
 
getValue() - Method in class org.apache.commons.cache.remote.StoreRequest
 
GroupMap - Interface in org.apache.commons.cache
tk.
GroupMapImpl - Class in org.apache.commons.cache
tk.
GroupMapImpl() - Constructor for class org.apache.commons.cache.GroupMapImpl
 

H

hasCache(Object) - Static method in class org.apache.commons.cache.CacheSingleton
 
hashCode() - Method in class org.apache.commons.cache.CacheStat
 
hashCode() - Method in class org.apache.commons.cache.remote.Ack
 
hashCode() - Method in class org.apache.commons.cache.remote.BooleanResponse
 
hashCode() - Method in class org.apache.commons.cache.remote.CacheStatResponse
 
hashCode() - Method in class org.apache.commons.cache.remote.ClearAllRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.ClearGroupRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.ClearRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.ClosingConnection
 
hashCode() - Method in class org.apache.commons.cache.remote.ContainsRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.GetCacheStatRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.GetKeysForGroupRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.ObjectArrayResponse
 
hashCode() - Method in class org.apache.commons.cache.remote.ObjectResponse
 
hashCode() - Method in class org.apache.commons.cache.remote.OkResponse
 
hashCode() - Method in class org.apache.commons.cache.remote.ProtocolErrorResponse
 
hashCode() - Method in class org.apache.commons.cache.remote.RetrieveRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.StoreRequest
 
hashCode() - Method in class org.apache.commons.cache.remote.ThrowableResponse
 
hasNext() - Method in interface org.apache.commons.cache.adt.Listable
Return true if there is a Listable element following me, false otherwise.
hasNext() - Method in class org.apache.commons.cache.adt.ListableBase
 
hasNext() - Method in interface org.apache.commons.cache.CachedObjectIterator
 
hasNext() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
hasPrev() - Method in interface org.apache.commons.cache.adt.Listable
Return true if there is a Listable element preceeding me, false otherwise.
hasPrev() - Method in class org.apache.commons.cache.adt.ListableBase
Throws UnsupportedOperationException.
hasPrev() - Method in class org.apache.commons.cache.adt.WListableBase
 

I

intVal - Variable in class org.apache.commons.cache.CacheStat
 

L

Listable - Interface in org.apache.commons.cache.adt
A simple linked-listed inteface, supporting both singly and doubly linked lists.
ListableBase - Class in org.apache.commons.cache.adt
An base implementation of Listable, supporting singly-linked lists.
ListableBase() - Constructor for class org.apache.commons.cache.adt.ListableBase
No arg constructor.
ListableBase(Listable) - Constructor for class org.apache.commons.cache.adt.ListableBase
Constructor.
ListableObject - Class in org.apache.commons.cache.adt
A simple Listable supporting singly-linked lists of arbitrary Objects.
ListableObject(Object) - Constructor for class org.apache.commons.cache.adt.ListableObject
Equivalent to ListableObject(val,null).
ListableObject(Object, Listable) - Constructor for class org.apache.commons.cache.adt.ListableObject
 
LRUEvictionPolicy - Class in org.apache.commons.cache
tk.
LRUEvictionPolicy() - Constructor for class org.apache.commons.cache.LRUEvictionPolicy
 
LRUEvictionPolicy(int, long) - Constructor for class org.apache.commons.cache.LRUEvictionPolicy
 

M

main(String[]) - Static method in class org.apache.commons.cache.GroupMapImpl
 
main(String[]) - Static method in class org.apache.commons.cache.SimpleCache
 
MemoryStash - Class in org.apache.commons.cache
tk.
MemoryStash(int) - Constructor for class org.apache.commons.cache.MemoryStash
 

N

next() - Method in interface org.apache.commons.cache.CachedObjectIterator
 
next() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
NO - Static variable in interface org.apache.commons.cache.Stash
 
NO_FULL - Static variable in interface org.apache.commons.cache.Stash
 
NO_NOT_STORABLE - Static variable in interface org.apache.commons.cache.Stash
 
NoOpCache - Class in org.apache.commons.cache
A Cache that doesn't.
NoOpCache() - Constructor for class org.apache.commons.cache.NoOpCache
 
notRetrieved(Serializable) - Method in class org.apache.commons.cache.BaseRetrievalListener
 
notRetrieved(Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
notRetrieved(Serializable) - Method in interface org.apache.commons.cache.RetrievalListener
 
notStored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseStorageListener
 
notStored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
notStored(Serializable, Serializable, Long, Long, Serializable) - Method in interface org.apache.commons.cache.StorageListener
 
NUM_CLEARED - Static variable in class org.apache.commons.cache.CacheStat
 
NUM_RETRIEVE_FOUND - Static variable in class org.apache.commons.cache.CacheStat
 
NUM_RETRIEVE_NOT_FOUND - Static variable in class org.apache.commons.cache.CacheStat
 
NUM_RETRIEVE_REQUESTED - Static variable in class org.apache.commons.cache.CacheStat
 
NUM_STORE_NOT_STORED - Static variable in class org.apache.commons.cache.CacheStat
 
NUM_STORE_REQUESTED - Static variable in class org.apache.commons.cache.CacheStat
 
NUM_STORE_STORED - Static variable in class org.apache.commons.cache.CacheStat
 

O

ObjectArrayResponse - Class in org.apache.commons.cache.remote
tk.
ObjectArrayResponse(Serializable[]) - Constructor for class org.apache.commons.cache.remote.ObjectArrayResponse
 
ObjectResponse - Class in org.apache.commons.cache.remote
tk.
ObjectResponse(Serializable) - Constructor for class org.apache.commons.cache.remote.ObjectResponse
 
OkResponse - Class in org.apache.commons.cache.remote
tk.
OkResponse() - Constructor for class org.apache.commons.cache.remote.OkResponse
 
org.apache.commons.cache - package org.apache.commons.cache
Object caching service.
org.apache.commons.cache.adt - package org.apache.commons.cache.adt
 
org.apache.commons.cache.remote - package org.apache.commons.cache.remote
Classes for interacting with remote object caching services.
org.apache.commons.cache.tagext - package org.apache.commons.cache.tagext
JSP tag library for interfacing with the cache service.

P

ProtocolErrorResponse - Class in org.apache.commons.cache.remote
tk.
ProtocolErrorResponse(String) - Constructor for class org.apache.commons.cache.remote.ProtocolErrorResponse
 
putCache(Object, Cache) - Static method in class org.apache.commons.cache.CacheSingleton
 

R

readFromFile(File) - Method in class org.apache.commons.cache.FileStash
 
readFromFile(File) - Method in class org.apache.commons.cache.ShareableFileStash
 
readFromFile(String) - Static method in class org.apache.commons.cache.SimpleCache
 
readFromFile(File) - Static method in class org.apache.commons.cache.SimpleCache
 
registerRetrievalListener(RetrievalListener) - Method in class org.apache.commons.cache.BaseCache
Add the given RetrievalListener to my set of RetrievalListeners.
registerRetrievalListener(RetrievalListener) - Method in interface org.apache.commons.cache.Cache
Add the given RetrievalListener to my set of RetrievalListeners.
registerStorageListener(StorageListener) - Method in class org.apache.commons.cache.BaseCache
Add the given StorageListener to my set of StorageListeners.
registerStorageListener(StorageListener) - Method in interface org.apache.commons.cache.Cache
Add the given StorageListener to my set of StorageListeners.
release() - Method in class org.apache.commons.cache.tagext.CacheTag
 
release() - Method in class org.apache.commons.cache.tagext.ClearCacheTag
 
remove() - Method in interface org.apache.commons.cache.CachedObjectIterator
 
remove() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
removeFromList(WListableObject) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
RetrievalListener - Interface in org.apache.commons.cache
tk.
retrieve(Serializable) - Method in class org.apache.commons.cache.BaseCache
 
retrieve(Serializable) - Method in class org.apache.commons.cache.BaseStash
 
retrieve(Serializable) - Method in interface org.apache.commons.cache.Cache
Obtain the value previously stored under the given key.
retrieve(Serializable) - Method in class org.apache.commons.cache.FileStash
 
retrieve(Serializable) - Method in class org.apache.commons.cache.MemoryStash
 
retrieve(Serializable) - Method in class org.apache.commons.cache.NoOpCache
Returns null.
retrieve(Serializable) - Method in class org.apache.commons.cache.ShareableFileStash
 
retrieve(Serializable) - Method in class org.apache.commons.cache.SimpleCache
 
retrieve(Serializable) - Method in interface org.apache.commons.cache.Stash
 
retrieved(Serializable) - Method in class org.apache.commons.cache.BaseRetrievalListener
 
retrieved(Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
retrieved(Serializable) - Method in interface org.apache.commons.cache.RetrievalListener
 
RetrieveRequest - Class in org.apache.commons.cache.remote
tk.
RetrieveRequest(Serializable) - Constructor for class org.apache.commons.cache.remote.RetrieveRequest
 
retrieveRequested(Serializable) - Method in class org.apache.commons.cache.BaseRetrievalListener
 
retrieveRequested(Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
retrieveRequested(Serializable) - Method in interface org.apache.commons.cache.RetrievalListener
 
run() - Method in class org.apache.commons.cache.StaleObjectEvictor
 

S

setCache(Cache) - Method in class org.apache.commons.cache.BaseStash
 
setCache(Cache) - Method in class org.apache.commons.cache.BaseStashPolicy
 
setCache(Cache) - Method in interface org.apache.commons.cache.EvictionPolicy
 
setCache(Cache) - Method in class org.apache.commons.cache.FileStash
 
setCache(Cache) - Method in interface org.apache.commons.cache.GroupMap
 
setCache(Cache) - Method in class org.apache.commons.cache.GroupMapImpl
Sets my cache.
setCache(Cache) - Method in class org.apache.commons.cache.LRUEvictionPolicy
Sets my cache.
setCache(Cache) - Method in class org.apache.commons.cache.MemoryStash
 
setCache(Cache) - Method in class org.apache.commons.cache.ShareableFileStash
 
setCache(Cache) - Method in interface org.apache.commons.cache.Stash
 
setCache(Cache) - Method in interface org.apache.commons.cache.StashPolicy
 
setExpiresAt(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setGroup(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setGroup(String) - Method in class org.apache.commons.cache.tagext.ClearCacheTag
 
setKey(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setKey(String) - Method in class org.apache.commons.cache.tagext.ClearCacheTag
 
setLastModified(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setMustRevalidate(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setMustRevalidate(boolean) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setName(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setName(String) - Method in class org.apache.commons.cache.tagext.ClearCacheTag
 
setNext(Listable) - Method in interface org.apache.commons.cache.adt.Listable
Change my next element to next.
setNext(Listable) - Method in class org.apache.commons.cache.adt.ListableBase
 
setPrev(Listable) - Method in interface org.apache.commons.cache.adt.Listable
Change my preceeding element to prev.
setPrev(Listable) - Method in class org.apache.commons.cache.adt.ListableBase
Throws UnsupportedOperationException.
setPrev(Listable) - Method in class org.apache.commons.cache.adt.WListableBase
 
setTtl(String) - Method in class org.apache.commons.cache.tagext.CacheTag
 
setValue(Object) - Method in class org.apache.commons.cache.adt.ListableObject
Set the Object I'm wrapping.
setValue(Object) - Method in class org.apache.commons.cache.adt.WListableObject
Set the Object I'm wrapping.
ShareableFileStash - Class in org.apache.commons.cache
tk.
ShareableFileStash(String, int) - Constructor for class org.apache.commons.cache.ShareableFileStash
 
ShareableFileStash(File, int) - Constructor for class org.apache.commons.cache.ShareableFileStash
 
ShareableFileStash(File, int, int) - Constructor for class org.apache.commons.cache.ShareableFileStash
 
ShareableFileStash(String, int, int) - Constructor for class org.apache.commons.cache.ShareableFileStash
 
shouldStore(Serializable, Serializable, Long, Long, byte[]) - Method in class org.apache.commons.cache.BaseStashPolicy
 
shouldStore(Serializable, Serializable, Long, Long) - Method in class org.apache.commons.cache.BaseStashPolicy
Equivalent to canStore(key,val,expiresAt,cost,null)).
shouldStore(Serializable, Serializable, Long, Long) - Method in interface org.apache.commons.cache.StashPolicy
 
shouldStore(Serializable, Serializable, Long, Long, byte[]) - Method in interface org.apache.commons.cache.StashPolicy
 
SimpleCache - Class in org.apache.commons.cache
tk.
SimpleCache(Stash) - Constructor for class org.apache.commons.cache.SimpleCache
 
SimpleCache(Stash, EvictionPolicy) - Constructor for class org.apache.commons.cache.SimpleCache
 
SimpleCache(Stash, EvictionPolicy, StashPolicy) - Constructor for class org.apache.commons.cache.SimpleCache
 
SimpleCache(Stash, EvictionPolicy, StashPolicy, GroupMap) - Constructor for class org.apache.commons.cache.SimpleCache
 
SimpleCache(Stash, EvictionPolicy, StashPolicy, GroupMap, File) - Constructor for class org.apache.commons.cache.SimpleCache
 
StaleObjectEvictor - Class in org.apache.commons.cache
tk.
StaleObjectEvictor(CachedObjectIterator) - Constructor for class org.apache.commons.cache.StaleObjectEvictor
 
StaleObjectEvictor(CachedObjectIterator, int) - Constructor for class org.apache.commons.cache.StaleObjectEvictor
 
StaleObjectEvictor(CachedObjectIterator, long) - Constructor for class org.apache.commons.cache.StaleObjectEvictor
 
StaleObjectEvictor(CachedObjectIterator, int, long) - Constructor for class org.apache.commons.cache.StaleObjectEvictor
 
Stash - Interface in org.apache.commons.cache
tk.
StashPolicy - Interface in org.apache.commons.cache
tk.
StorageListener - Interface in org.apache.commons.cache
tk.
store(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseCache
 
store(Serializable, Serializable, Long, Long) - Method in class org.apache.commons.cache.BaseCache
 
store(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseStash
Equivalent to canStore(key,val,expiresAt,cost,group,null)).
store(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.BaseStash
 
store(Serializable, Serializable, Long, Long) - Method in interface org.apache.commons.cache.Cache
Store the specified val under the specified key.
store(Serializable, Serializable, Long, Long, Serializable) - Method in interface org.apache.commons.cache.Cache
Store the specified val under the specified key and the specified group.
store(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.FileStash
 
store(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.MemoryStash
 
store(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.NoOpCache
Returns false.
store(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in class org.apache.commons.cache.ShareableFileStash
 
store(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.SimpleCache
 
store(Serializable, Serializable, Long, Long, Serializable) - Method in interface org.apache.commons.cache.Stash
 
store(Serializable, Serializable, Long, Long, Serializable, byte[]) - Method in interface org.apache.commons.cache.Stash
 
stored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseStorageListener
 
stored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.GroupMapImpl
 
stored(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
stored(Serializable, Serializable, Long, Long, Serializable) - Method in interface org.apache.commons.cache.StorageListener
 
StoreRequest - Class in org.apache.commons.cache.remote
tk.
StoreRequest(Serializable, Serializable, Long) - Constructor for class org.apache.commons.cache.remote.StoreRequest
 
StoreRequest(Serializable, Serializable, Long, Long) - Constructor for class org.apache.commons.cache.remote.StoreRequest
 
StoreRequest(Serializable, Serializable, Long, Long, Serializable) - Constructor for class org.apache.commons.cache.remote.StoreRequest
 
storeRequested(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.BaseStorageListener
 
storeRequested(Serializable, Serializable, Long, Long, Serializable) - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
storeRequested(Serializable, Serializable, Long, Long, Serializable) - Method in interface org.apache.commons.cache.StorageListener
 
strVal - Variable in class org.apache.commons.cache.CacheStat
 

T

ThrowableResponse - Class in org.apache.commons.cache.remote
tk.
ThrowableResponse(Throwable) - Constructor for class org.apache.commons.cache.remote.ThrowableResponse
 
toString() - Method in class org.apache.commons.cache.CachedObjectInfoImpl
 
toString() - Method in class org.apache.commons.cache.CacheStat
 
toString() - Method in class org.apache.commons.cache.LRUEvictionPolicy
 
toString() - Method in class org.apache.commons.cache.remote.ProtocolErrorResponse
 
tryToEvict() - Method in class org.apache.commons.cache.SimpleCache
 

U

unregisterRetrievalListener(RetrievalListener) - Method in class org.apache.commons.cache.BaseCache
Remove the given RetrievalListener from my set of RetrievalListeners.
unregisterRetrievalListener(RetrievalListener) - Method in interface org.apache.commons.cache.Cache
Remove the given RetrievalListener from my set of RetrievalListeners.
unregisterRetrievalListeners() - Method in class org.apache.commons.cache.BaseCache
Clear my set of RetrievalListeners.
unregisterRetrievalListeners() - Method in interface org.apache.commons.cache.Cache
Clear my set of RetrievalListeners.
unregisterStorageListener(StorageListener) - Method in class org.apache.commons.cache.BaseCache
Remove the given StorageListener from my set of StorageListeners.
unregisterStorageListener(StorageListener) - Method in interface org.apache.commons.cache.Cache
Remove the given StorageListener from my set of StorageListeners.
unregisterStorageListeners() - Method in class org.apache.commons.cache.BaseCache
Clear my set of StorageListeners.
unregisterStorageListeners() - Method in interface org.apache.commons.cache.Cache
Clear my set of StorageListeners.
unsetCache() - Method in class org.apache.commons.cache.BaseStash
 
unsetCache() - Method in class org.apache.commons.cache.BaseStashPolicy
 
unsetCache() - Method in interface org.apache.commons.cache.EvictionPolicy
 
unsetCache() - Method in class org.apache.commons.cache.FileStash
 
unsetCache() - Method in interface org.apache.commons.cache.GroupMap
 
unsetCache() - Method in class org.apache.commons.cache.GroupMapImpl
Unsets my cache.
unsetCache() - Method in class org.apache.commons.cache.LRUEvictionPolicy
Unsets my cache.
unsetCache() - Method in class org.apache.commons.cache.MemoryStash
 
unsetCache() - Method in class org.apache.commons.cache.ShareableFileStash
 
unsetCache() - Method in interface org.apache.commons.cache.Stash
 
unsetCache() - Method in interface org.apache.commons.cache.StashPolicy
 

W

wantsSerializedForm() - Method in class org.apache.commons.cache.BaseStash
Returns false.
wantsSerializedForm() - Method in class org.apache.commons.cache.BaseStashPolicy
Returns false.
wantsSerializedForm() - Method in class org.apache.commons.cache.FileStash
 
wantsSerializedForm() - Method in class org.apache.commons.cache.ShareableFileStash
 
wantsSerializedForm() - Method in interface org.apache.commons.cache.Stash
 
wantsSerializedForm() - Method in interface org.apache.commons.cache.StashPolicy
 
WListableBase - Class in org.apache.commons.cache.adt
An base implementation of Listable, supporting doubly-linked lists.
WListableBase() - Constructor for class org.apache.commons.cache.adt.WListableBase
No arg constructor.
WListableBase(Listable, Listable) - Constructor for class org.apache.commons.cache.adt.WListableBase
Constructor.
WListableObject - Class in org.apache.commons.cache.adt
A simple Listable supporting doubly-linked lists of arbitrary Objects.
WListableObject(Object) - Constructor for class org.apache.commons.cache.adt.WListableObject
Equivalent to WListableObject(val,null,null).
WListableObject(Object, Listable, Listable) - Constructor for class org.apache.commons.cache.adt.WListableObject
 
writeToFile() - Method in class org.apache.commons.cache.SimpleCache
 

Y

YES - Static variable in interface org.apache.commons.cache.Stash
 

_

_bool - Variable in class org.apache.commons.cache.remote.BooleanResponse
 
_cache - Variable in class org.apache.commons.cache.FileStash
 
_cache - Variable in class org.apache.commons.cache.GroupMapImpl
The Cache I am associated with.
_cache - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_cache - Variable in class org.apache.commons.cache.MemoryStash
 
_cache - Static variable in class org.apache.commons.cache.tagext.CacheTag
 
_caches - Static variable in class org.apache.commons.cache.CacheSingleton
 
_cancelled - Variable in class org.apache.commons.cache.StaleObjectEvictor
 
_canRemove - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_cleanupfiles - Variable in class org.apache.commons.cache.FileStash
 
_content - Variable in class org.apache.commons.cache.tagext.CacheTag
 
_cost - Variable in class org.apache.commons.cache.CachedObjectInfoImpl
 
_cost - Variable in class org.apache.commons.cache.remote.StoreRequest
 
_curBytes - Variable in class org.apache.commons.cache.FileStash
 
_current - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_ep - Variable in class org.apache.commons.cache.SimpleCache
 
_expiresAt - Variable in class org.apache.commons.cache.tagext.CacheTag
 
_expiry - Variable in class org.apache.commons.cache.CachedObjectInfoImpl
 
_expiry - Variable in class org.apache.commons.cache.remote.StoreRequest
 
_gm - Variable in class org.apache.commons.cache.SimpleCache
 
_group - Variable in class org.apache.commons.cache.remote.ClearGroupRequest
 
_group - Variable in class org.apache.commons.cache.remote.GetKeysForGroupRequest
 
_group - Variable in class org.apache.commons.cache.remote.StoreRequest
 
_group - Variable in class org.apache.commons.cache.tagext.CacheTag
 
_group - Variable in class org.apache.commons.cache.tagext.ClearCacheTag
 
_groupToKeys - Variable in class org.apache.commons.cache.GroupMapImpl
A map from groups to a set of associated keys.
_hash - Variable in class org.apache.commons.cache.FileStash
 
_hash - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_hash - Variable in class org.apache.commons.cache.MemoryStash
 
_iterator - Variable in class org.apache.commons.cache.StaleObjectEvictor
 
_key - Variable in class org.apache.commons.cache.CachedObjectInfoImpl
 
_key - Variable in class org.apache.commons.cache.remote.ClearRequest
 
_key - Variable in class org.apache.commons.cache.remote.ContainsRequest
 
_key - Variable in class org.apache.commons.cache.remote.RetrieveRequest
 
_key - Variable in class org.apache.commons.cache.remote.StoreRequest
 
_key - Variable in class org.apache.commons.cache.tagext.CacheTag
 
_key - Variable in class org.apache.commons.cache.tagext.ClearCacheTag
 
_keyToGroup - Variable in class org.apache.commons.cache.GroupMapImpl
A map from keys to their groups.
_leastRecent - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_maxBytes - Variable in class org.apache.commons.cache.FileStash
 
_maxFilenameLength - Variable in class org.apache.commons.cache.ShareableFileStash
 
_maxObjs - Variable in class org.apache.commons.cache.FileStash
 
_maxObjs - Variable in class org.apache.commons.cache.MemoryStash
 
_message - Variable in class org.apache.commons.cache.remote.ProtocolErrorResponse
 
_mostRecent - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_mustRevalidate - Variable in class org.apache.commons.cache.tagext.CacheTag
 
_name - Variable in class org.apache.commons.cache.tagext.CacheTag
 
_name - Variable in class org.apache.commons.cache.tagext.ClearCacheTag
 
_next - Variable in class org.apache.commons.cache.adt.ListableBase
My following sibling.
_numCleared - Variable in class org.apache.commons.cache.SimpleCache
 
_numDirectories - Variable in class org.apache.commons.cache.ShareableFileStash
 
_numRetrieveFound - Variable in class org.apache.commons.cache.SimpleCache
 
_numRetrieveRequested - Variable in class org.apache.commons.cache.SimpleCache
 
_numStoreRequested - Variable in class org.apache.commons.cache.SimpleCache
 
_numStoreStored - Variable in class org.apache.commons.cache.SimpleCache
 
_objsbetweennaps - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_objsBetweenNaps - Variable in class org.apache.commons.cache.StaleObjectEvictor
 
_persistFile - Variable in class org.apache.commons.cache.SimpleCache
 
_prev - Variable in class org.apache.commons.cache.adt.WListableBase
My preceeding sibling.
_retrievalListeners - Variable in class org.apache.commons.cache.BaseCache
My list of RetrievalListeners.
_rootdir - Variable in class org.apache.commons.cache.ShareableFileStash
 
_ser - Variable in class org.apache.commons.cache.remote.ObjectResponse
 
_sers - Variable in class org.apache.commons.cache.remote.ObjectArrayResponse
 
_sleeptimemillis - Variable in class org.apache.commons.cache.LRUEvictionPolicy
 
_sleepTimeMillis - Variable in class org.apache.commons.cache.StaleObjectEvictor
 
_sp - Variable in class org.apache.commons.cache.SimpleCache
 
_stash - Variable in class org.apache.commons.cache.SimpleCache
 
_stats - Variable in class org.apache.commons.cache.remote.CacheStatResponse
 
_stats - Variable in class org.apache.commons.cache.remote.GetCacheStatRequest
 
_storageListeners - Variable in class org.apache.commons.cache.BaseCache
My list of StorageListeners.
_t - Variable in class org.apache.commons.cache.remote.ThrowableResponse
 
_tempfileCounter - Variable in class org.apache.commons.cache.FileStash
 
_tempFileDirs - Variable in class org.apache.commons.cache.FileStash
 
_tempFilePrefix - Variable in class org.apache.commons.cache.FileStash
 
_tempFileSuffix - Variable in class org.apache.commons.cache.FileStash
 
_val - Variable in class org.apache.commons.cache.adt.ListableObject
My value.
_val - Variable in class org.apache.commons.cache.adt.WListableObject
My value.
_val - Variable in class org.apache.commons.cache.remote.StoreRequest
 
_wantsSerialized - Variable in class org.apache.commons.cache.SimpleCache
 

A B C D E F G H I L M N O P R S T U W Y _

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.