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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.jcs3.auxiliary.AuxiliaryCacheFactorycreateCache, dispose, initialize
- 
Constructor Details- 
AbstractAuxiliaryCacheFactorypublic AbstractAuxiliaryCacheFactory()
 
- 
- 
Method Details- 
getNameGets the name attribute of the DiskCacheFactory object- Specified by:
- getNamein interface- AuxiliaryCacheFactory
- Returns:
- The name value
 
- 
setNameSets the name attribute of the DiskCacheFactory object- Specified by:
- setNamein interface- AuxiliaryCacheFactory
- Parameters:
- name- The new name value
 
 
-