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
 

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
HSQLCache(HSQLCacheAttributes cattr)
          Constructor for the HSQLCache object
 



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.