Uses of Interface
org.apache.commons.jcs3.auxiliary.remote.behavior.ICommonRemoteCacheAttributes
Packages that use ICommonRemoteCacheAttributes
Package
Description
Root package for the remote auxiliary cache.
-
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote
Classes in org.apache.commons.jcs3.auxiliary.remote that implement ICommonRemoteCacheAttributesModifier and TypeClassDescriptionclass
Attributes common to remote cache client and server.class
These objects are used to configure the remote cache client. -
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.behavior
Subinterfaces of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.behaviorModifier and TypeInterfaceDescriptioninterface
This specifies what a remote cache configuration object should look like. -
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICommonRemoteCacheAttributes -
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server
Classes in org.apache.commons.jcs3.auxiliary.remote.server that implement ICommonRemoteCacheAttributesModifier and TypeClassDescriptionclass
These attributes are used to configure the remote cache server. -
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behavior
Subinterfaces of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterface
This defines the minimal behavior for the objects that are used to configure the remote cache server.