Class AbstractAuxiliaryCacheFactory
java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheFactory
- All Implemented Interfaces:
AuxiliaryCacheFactory
- Direct Known Subclasses:
BlockDiskCacheFactory
,IndexedDiskCacheFactory
,JDBCDiskCacheFactory
,LateralTCPCacheFactory
,RemoteCacheFactory
,RemoteHttpCacheFactory
Base class for auxiliary cache factories.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.commons.jcs3.auxiliary.AuxiliaryCacheFactory
createCache, dispose, initialize
-
Constructor Details
-
AbstractAuxiliaryCacheFactory
public AbstractAuxiliaryCacheFactory()
-
-
Method Details
-
getName
Gets the name attribute of the DiskCacheFactory object- Specified by:
getName
in interfaceAuxiliaryCacheFactory
- Returns:
- The name value
-
setName
Sets the name attribute of the DiskCacheFactory object- Specified by:
setName
in interfaceAuxiliaryCacheFactory
- Parameters:
name
- The new name value
-