|
ehcache | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
|
ehcache | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||