Uses of Class
org.infinispan.loader.AbstractCacheStore

Packages that use AbstractCacheStore
org.infinispan.loader   
org.infinispan.loader.bucket   
org.infinispan.loader.file   
 

Uses of AbstractCacheStore in org.infinispan.loader
 

Subclasses of AbstractCacheStore in org.infinispan.loader
 class LockSupportCacheStore
          This class extends AbstractCacheStore adding lock support for consistently acceessing stored data.
 

Uses of AbstractCacheStore in org.infinispan.loader.bucket
 

Subclasses of AbstractCacheStore in org.infinispan.loader.bucket
 class BucketBasedCacheStore
          Base class for cache store that want to use the 'buckets approach' for storing data.
 

Uses of AbstractCacheStore in org.infinispan.loader.file
 

Subclasses of AbstractCacheStore in org.infinispan.loader.file
 class FileCacheStore
          A filesystem-based implementation of a BucketBasedCacheStore.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.