org.apache.jcs.auxiliary.disk.indexed
Class IndexedDiskCacheFactory
java.lang.Object
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
- All Implemented Interfaces:
- AuxiliaryCacheFactory
- public class IndexedDiskCacheFactory
- extends java.lang.Object
- implements AuxiliaryCacheFactory
- Version:
- 1.0
- Author:
- Aaron Smuts
Field Summary |
private static org.apache.commons.logging.Log |
log
|
private java.lang.String |
name
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.commons.logging.Log log
name
private java.lang.String name
IndexedDiskCacheFactory
public IndexedDiskCacheFactory()
createCache
public AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca,
CompositeCache cache)
- Description of the Method
- Specified by:
createCache
in interface AuxiliaryCacheFactory
- Parameters:
iaca
- cache
- The CompositeCache which will contain the AuxiliaryCache
instance being created. Allows auxiliaries to retain a
reference to their associated CompositeCache.
- Returns:
getName
public java.lang.String getName()
- Gets the name attribute of the DiskCacheFactory object
- Specified by:
getName
in interface AuxiliaryCacheFactory
- Returns:
- The name value
setName
public void setName(java.lang.String name)
- Sets the name attribute of the DiskCacheFactory object
- Specified by:
setName
in interface AuxiliaryCacheFactory
- Parameters:
name
- The new name value