Uses of Class
org.apache.jcs.auxiliary.disk.hsql.HSQLCacheAttributes

Packages that use HSQLCacheAttributes
org.apache.jcs.auxiliary.disk.hsql A disk cache using Hypersonic SQL to serialize the contained objects. 
 

Uses of HSQLCacheAttributes in org.apache.jcs.auxiliary.disk.hsql
 

Fields in org.apache.jcs.auxiliary.disk.hsql declared as HSQLCacheAttributes
private static HSQLCacheAttributes HSQLCacheManager.defaultCattr
           
(package private)  HSQLCacheAttributes HSQLCache.cattr
           
 

Methods in org.apache.jcs.auxiliary.disk.hsql that return HSQLCacheAttributes
 HSQLCacheAttributes HSQLCacheManager.getDefaultCattr()
          Gets the defaultCattr attribute of the HSQLCacheManager object
 

Methods in org.apache.jcs.auxiliary.disk.hsql with parameters of type HSQLCacheAttributes
static HSQLCacheManager HSQLCacheManager.getInstance(HSQLCacheAttributes cattr)
          Gets the instance attribute of the HSQLCacheManager class
 AuxiliaryCache HSQLCacheManager.getCache(HSQLCacheAttributes cattr)
          Gets the cache attribute of the HSQLCacheManager object
 

Constructors in org.apache.jcs.auxiliary.disk.hsql with parameters of type HSQLCacheAttributes
HSQLCacheManager(HSQLCacheAttributes cattr)
          Constructor for the HSQLCacheManager object
HSQLCache(HSQLCacheAttributes cattr)
          Constructor for the HSQLCache object