ehcache

Uses of Class
net.sf.ehcache.store.AbstractStore

Packages that use AbstractStore
net.sf.ehcache.store Store package. 
net.sf.ehcache.store.disk This package contains the disk store. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
net.sf.ehcache.transaction.local This package contains the local transactions subsystem. 
net.sf.ehcache.transaction.xa This package contains the functionality to provide XA support to a transactional Cache. 
 

Uses of AbstractStore in net.sf.ehcache.store
 

Subclasses of AbstractStore in net.sf.ehcache.store
 class DiskBackedMemoryStore
          A tiered store using an in-memory cache of elements stored on disk.
 class FrontEndCacheTier<T extends TierableStore,U extends TierableStore>
          Abstract class for stores which combine two other stores, one caching the other (aka authority)'s elements.
 class LegacyStoreWrapper
          A wrapper to convert a legacy pair of stores into a new style compound store.
 class LruMemoryStore
          An implementation of a LruMemoryStore.
 class MemoryOnlyStore
          A memory-only store with support for all caching features.
 class MemoryStore
          A Store implementation suitable for fast, concurrent in memory stores.
 class NotifyingMemoryStore
           
 class NullStore
          A store implementation which does not store anything.
 

Uses of AbstractStore in net.sf.ehcache.store.disk
 

Subclasses of AbstractStore in net.sf.ehcache.store.disk
 class DiskStore
          Implements a persistent-to-disk store.
 

Uses of AbstractStore in net.sf.ehcache.transaction
 

Subclasses of AbstractStore in net.sf.ehcache.transaction
 class AbstractTransactionStore
          Abstract transactional store which provides implementation of all non-transactional methods
 

Uses of AbstractStore in net.sf.ehcache.transaction.local
 

Subclasses of AbstractStore in net.sf.ehcache.transaction.local
 class JtaLocalTransactionStore
          A Store implementation with support for local transactions driven by a JTA transaction manager
 class LocalTransactionStore
          A Store implementation with support for local transactions
 

Uses of AbstractStore in net.sf.ehcache.transaction.xa
 

Subclasses of AbstractStore in net.sf.ehcache.transaction.xa
 class XATransactionStore
           
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.