|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuxiliaryCacheAttributes | |
org.apache.jcs.auxiliary | Root package for auxiliary caches. |
org.apache.jcs.auxiliary.disk | The primary disk auxiliary. |
org.apache.jcs.auxiliary.disk.behavior | |
org.apache.jcs.auxiliary.disk.hsql | A disk cache using Hypersonic SQL to serialize the contained objects. |
org.apache.jcs.auxiliary.disk.hsql.behavior | |
org.apache.jcs.auxiliary.disk.indexed | |
org.apache.jcs.auxiliary.lateral | Root package for the lateral cache family. |
org.apache.jcs.auxiliary.lateral.behavior | |
org.apache.jcs.auxiliary.lateral.socket.tcp | |
org.apache.jcs.auxiliary.lateral.socket.tcp.behavior | |
org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
org.apache.jcs.auxiliary.remote.behavior | |
org.apache.jcs.auxiliary.remote.server | |
org.apache.jcs.auxiliary.remote.server.behavior |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary |
Classes in org.apache.jcs.auxiliary that implement AuxiliaryCacheAttributes | |
class |
AbstractAuxiliaryCacheAttributes
|
Methods in org.apache.jcs.auxiliary that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
AuxiliaryCacheAttributes.copy()
Description of the Method |
Methods in org.apache.jcs.auxiliary with parameters of type AuxiliaryCacheAttributes | |
AuxiliaryCache |
AuxiliaryCacheFactory.createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr)
|
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk |
Classes in org.apache.jcs.auxiliary.disk that implement AuxiliaryCacheAttributes | |
class |
AbstractDiskCacheAttributes
This has common attributes that any conceivable disk cache would need. |
Methods in org.apache.jcs.auxiliary.disk that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
AbstractDiskCacheAttributes.copy()
Description of the Method |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.behavior |
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.behavior | |
interface |
IDiskCacheAttributes
Common disk cache attributes. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.hsql |
Classes in org.apache.jcs.auxiliary.disk.hsql that implement AuxiliaryCacheAttributes | |
class |
HSQLCacheAttributes
Description of the Class |
Methods in org.apache.jcs.auxiliary.disk.hsql that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
HSQLCacheAttributes.copy()
Clone |
Methods in org.apache.jcs.auxiliary.disk.hsql with parameters of type AuxiliaryCacheAttributes | |
AuxiliaryCache |
HSQLCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr)
|
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.hsql.behavior |
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.hsql.behavior | |
interface |
IHSQLCacheAttributes
Title: Description: |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.indexed |
Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCacheAttributes | |
class |
IndexedDiskCacheAttributes
Configuration class for the Indexed Disk Cache |
Methods in org.apache.jcs.auxiliary.disk.indexed that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
IndexedDiskCacheAttributes.copy()
Returns a copy of the attributes. |
Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type AuxiliaryCacheAttributes | |
AuxiliaryCache |
IndexedDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr)
Get an instance of the IndexDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral |
Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheAttributes | |
class |
LateralCacheAttributes
This class stores attributes for all of the available lateral cache auxiliaries. |
Methods in org.apache.jcs.auxiliary.lateral that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
LateralCache.getAuxiliaryCacheAttributes()
|
AuxiliaryCacheAttributes |
LateralCacheAttributes.copy()
Returns a clone of the attributes. |
Methods in org.apache.jcs.auxiliary.lateral with parameters of type AuxiliaryCacheAttributes | |
abstract AuxiliaryCache |
LateralCacheAbstractFactory.createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr)
|
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.behavior |
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.behavior | |
interface |
ILateralCacheAttributes
This interface defines configuration options common to lateral cache plugins. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp |
Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement AuxiliaryCacheAttributes | |
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin. |
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
TCPLateralCacheAttributes.copy()
|
Methods in org.apache.jcs.auxiliary.lateral.socket.tcp with parameters of type AuxiliaryCacheAttributes | |
AuxiliaryCache |
LateralTCPCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr)
|
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp.behavior |
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp.behavior | |
interface |
ITCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote |
Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCacheAttributes | |
class |
RemoteCacheAttributes
These objects are used to configure the remote cache client. |
Methods in org.apache.jcs.auxiliary.remote that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
RemoteCache.getAuxiliaryCacheAttributes()
|
AuxiliaryCacheAttributes |
RemoteCacheAttributes.copy()
|
Methods in org.apache.jcs.auxiliary.remote with parameters of type AuxiliaryCacheAttributes | |
AuxiliaryCache |
RemoteCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr)
|
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.behavior |
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.behavior | |
interface |
IRemoteCacheAttributes
This specifies what a remote cache configuration object should look like. |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server |
Classes in org.apache.jcs.auxiliary.remote.server that implement AuxiliaryCacheAttributes | |
class |
RemoteCacheServerAttributes
These attributes are used to configure the remote cache server. |
Methods in org.apache.jcs.auxiliary.remote.server that return AuxiliaryCacheAttributes | |
AuxiliaryCacheAttributes |
RemoteCacheServerAttributes.copy()
clones |
Uses of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server.behavior |
Subinterfaces of AuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server.behavior | |
interface |
IRemoteCacheServerAttributes
Description of the Interface |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |