ehcache

Package net.sf.ehcache.constructs.nonstop.store

Ehcache-nonstopcache behaviors package

See:
          Description

Interface Summary
NonstopStore Interface for nonstop feature
NonstopTimeoutBehaviorStoreResolver Interface for resolving a NonstopStore.
 

Class Summary
ExceptionOnTimeoutStore Implementation of NonstopStore that throws NonStopCacheException for all operations.
ExecutorServiceStore This implementation executes all operations using a NonstopExecutorService.
LocalReadsOnTimeoutStore A NonstopStore implementation that returns the local value in the VM, if present, for get operations and no-op for put, remove and other operations
NonstopStoreImpl A NonstopStore implementation which does not block threads when the cluster goes down.
NoOpOnTimeoutStore Implementation of NonstopStore which returns null for all get operations and does nothing for puts and removes.
 

Package net.sf.ehcache.constructs.nonstop.store Description

Ehcache-nonstopcache behaviors package

This package contains various implementations of Store for nonstop feature


ehcache

true