Package org.apache.commons.cache.remote

Classes for interacting with remote object caching services.

See:
          Description

Interface Summary
CacheRequest Marker interface for requests to a org.apache.commons.cache.server.CacheServer.
CacheResponse Marker interface for responses from a org.apache.commons.cache.server.CacheServer.
 

Class Summary
Ack tk.
BooleanResponse tk.
CacheStatResponse tk.
ClearAllRequest tk.
ClearGroupRequest tk.
ClearRequest tk.
ClosingConnection tk.
ContainsRequest tk.
GetCacheStatRequest tk.
GetKeysForGroupRequest tk.
ObjectArrayResponse tk.
ObjectResponse tk.
OkResponse tk.
ProtocolErrorResponse tk.
RetrieveRequest tk.
StoreRequest tk.
ThrowableResponse tk.
 

Package org.apache.commons.cache.remote Description

Classes for interacting with remote object caching services.

See org.apache.commons.cache and com.apache.commons.cache.server.



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