Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
Modifier and Type | Method and Description |
---|---|
RejoinAwareNonstopStore |
Cache.NonstopActiveDelegateHolderImpl.getNonstopStore() |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorServiceStore
This implementation executes all operations using a NonstopExecutorService.
|
class |
NonstopStoreImpl
A
NonstopStore implementation which does not block threads when the cluster goes down. |
class |
TransactionalExecutorServiceStore
This implementation is identical to TransactionalExecutorServiceStore except that it ensures the transactional context
gets propagated to the executor thread.
|