|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.disk.hsql.HSQLCacheManager
Description of the Class
Field Summary | |
private static java.util.Hashtable |
caches
|
private static int |
clients
|
private static HSQLCacheAttributes |
defaultCattr
|
private static HSQLCacheManager |
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 |
HSQLCacheManager(HSQLCacheAttributes cattr)
Constructor for the HSQLCacheManager object |
Method Summary | |
void |
freeCache(java.lang.String name)
Description of the Method |
AuxiliaryCache |
getCache(HSQLCacheAttributes cattr)
Gets the cache attribute of the HSQLCacheManager object |
AuxiliaryCache |
getCache(java.lang.String cacheName)
Gets the cache attribute of the HSQLCacheManager object |
int |
getCacheType()
Gets the cacheType attribute of the HSQLCacheManager object |
HSQLCacheAttributes |
getDefaultCattr()
Gets the defaultCattr attribute of the HSQLCacheManager object |
static HSQLCacheManager |
getInstance(HSQLCacheAttributes cattr)
Gets the instance attribute of the HSQLCacheManager 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 HSQLCacheManager instance
private static HSQLCacheAttributes defaultCattr
Constructor Detail |
private HSQLCacheManager(HSQLCacheAttributes cattr)
cattr
- Method Detail |
public HSQLCacheAttributes getDefaultCattr()
public static HSQLCacheManager getInstance(HSQLCacheAttributes cattr)
public AuxiliaryCache getCache(java.lang.String cacheName)
getCache
in interface AuxiliaryCacheManager
public AuxiliaryCache getCache(HSQLCacheAttributes 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 |