|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDiskCacheAttributes | |
org.apache.jcs.auxiliary.disk | The primary disk auxiliary. |
org.apache.jcs.auxiliary.disk.hsql | A disk cache using Hypersonic SQL to serialize the contained objects. |
org.apache.jcs.auxiliary.disk.indexed | |
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 IDiskCacheAttributes in org.apache.jcs.auxiliary.disk |
Classes in org.apache.jcs.auxiliary.disk that implement IDiskCacheAttributes | |
class |
AbstractDiskCacheAttributes
This has common attributes that any conceivable disk cache would need. |
Constructors in org.apache.jcs.auxiliary.disk with parameters of type IDiskCacheAttributes | |
AbstractDiskCache(IDiskCacheAttributes attr)
Construc the abstract disk cache, create event queues and purgatory. |
Uses of IDiskCacheAttributes in org.apache.jcs.auxiliary.disk.hsql |
Classes in org.apache.jcs.auxiliary.disk.hsql that implement IDiskCacheAttributes | |
class |
HSQLCacheAttributes
Description of the Class |
Uses of IDiskCacheAttributes in org.apache.jcs.auxiliary.disk.indexed |
Classes in org.apache.jcs.auxiliary.disk.indexed that implement IDiskCacheAttributes | |
class |
IndexedDiskCacheAttributes
Configuration class for the Indexed Disk Cache |
Uses of IDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jisp |
Classes in org.apache.jcs.auxiliary.disk.jisp that implement IDiskCacheAttributes | |
class |
JISPCacheAttributes
Description of the Class |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |