|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.disk.file.FileDiskCacheFactory
public class FileDiskCacheFactory
Create Disk File Caches
Constructor Summary | |
---|---|
FileDiskCacheFactory()
|
Method Summary | |
---|---|
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates a manager if we don't have one, and then uses the manager to create the cache. |
String |
getName()
Gets the name attribute of the DiskCacheFactory object |
void |
setName(String name)
Sets the name attribute of the DiskCacheFactory object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDiskCacheFactory()
Method Detail |
---|
public AuxiliaryCache createCache(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
createCache
in interface AuxiliaryCacheFactory
attr
- configcacheMgr
- the manager to use if neededcacheEventLogger
- the event loggerelementSerializer
- the serializer
public String getName()
getName
in interface AuxiliaryCacheFactory
public void setName(String name)
setName
in interface AuxiliaryCacheFactory
name
- The new name value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |