Class RemoteCacheRequest<K,V>

java.lang.Object
org.apache.commons.jcs3.auxiliary.remote.value.RemoteCacheRequest<K,V>
All Implemented Interfaces:
Serializable

public class RemoteCacheRequest<K,V> extends Object implements Serializable
The basic request wrapper. The different types of requests are differentiated by their types.

Rather than creating sub object types, I created on object that has values for all types of requests.

See Also: