Uses of Class
org.apache.jcs.auxiliary.disk.jisp.JISPCacheAttributes

Packages that use JISPCacheAttributes
org.apache.jcs.auxiliary.disk.jisp Disk cache implemented with the Java Indexed Serialization Package, which allows serialization of objects to B-Tree indexed tables on disk. 
 

Uses of JISPCacheAttributes in org.apache.jcs.auxiliary.disk.jisp
 

Methods in org.apache.jcs.auxiliary.disk.jisp that return JISPCacheAttributes
 JISPCacheAttributes JISPCacheManager.getDefaultCattr()
          Gets the defaultCattr attribute of the JISPCacheManager object
 

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

Constructors in org.apache.jcs.auxiliary.disk.jisp with parameters of type JISPCacheAttributes
JISPCache(JISPCacheAttributes cattr)
          Constructor for the JISPCache object
 



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