|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
Description of the Class
Field Summary | |
private static java.util.Hashtable |
caches
|
private static int |
clients
|
private static JISPCacheAttributes |
defaultCattr
|
private static JISPCacheManager |
instance
|
private static org.apache.commons.logging.Log |
log
|
Fields inherited from interface org.apache.jcs.engine.behavior.ICacheType |
CACHE_HUB, DISK_CACHE, LATERAL_CACHE, REMOTE_CACHE |
Constructor Summary | |
private |
JISPCacheManager(JISPCacheAttributes cattr)
Constructor for the JISPCacheManager object |
Method Summary | |
void |
freeCache(java.lang.String name)
Description of the Method |
AuxiliaryCache |
getCache(JISPCacheAttributes cattr)
Gets the cache attribute of the JISPCacheManager object |
AuxiliaryCache |
getCache(java.lang.String cacheName)
Gets the cache attribute of the JISPCacheManager object |
int |
getCacheType()
Gets the cacheType attribute of the JISPCacheManager object |
JISPCacheAttributes |
getDefaultCattr()
Gets the defaultCattr attribute of the JISPCacheManager object |
static JISPCacheManager |
getInstance(JISPCacheAttributes cattr)
Gets the instance attribute of the JISPCacheManager class |
void |
release()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
private static int clients
private static java.util.Hashtable caches
private static JISPCacheManager instance
private static JISPCacheAttributes defaultCattr
Constructor Detail |
private JISPCacheManager(JISPCacheAttributes cattr)
cattr
- Method Detail |
public JISPCacheAttributes getDefaultCattr()
public static JISPCacheManager getInstance(JISPCacheAttributes cattr)
public AuxiliaryCache getCache(java.lang.String cacheName)
getCache
in interface AuxiliaryCacheManager
public AuxiliaryCache getCache(JISPCacheAttributes cattr)
public void freeCache(java.lang.String name)
public int getCacheType()
getCacheType
in interface ICacheType
public void release()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |