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.remoteClasses in org.apache.commons.jcs3.auxiliary.remote that implement ICommonRemoteCacheAttributesModifier and TypeClassDescriptionclassAttributes common to remote cache client and server.classThese objects are used to configure the remote cache client.
- 
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.behaviorSubinterfaces of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.behaviorModifier and TypeInterfaceDescriptioninterfaceThis specifies what a remote cache configuration object should look like.
- 
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.clientClasses in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICommonRemoteCacheAttributes
- 
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.serverClasses in org.apache.commons.jcs3.auxiliary.remote.server that implement ICommonRemoteCacheAttributesModifier and TypeClassDescriptionclassThese attributes are used to configure the remote cache server.
- 
Uses of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behaviorSubinterfaces of ICommonRemoteCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterfaceThis defines the minimal behavior for the objects that are used to configure the remote cache server.