Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.constructs.nonstop |
Ehcache-nonstopcache package
|
net.sf.ehcache.constructs.nonstop.concurrency |
Nonstop feature related to concurrent package
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.event |
This package contains interfaces and classes for listening to events.
|
Modifier and Type | Method and Description |
---|---|
protected NonstopActiveDelegateHolder |
Cache.getNonstopActiveDelegateHolder()
Returns the
NonstopActiveDelegateHolder |
Modifier and Type | Method and Description |
---|---|
NonstopStore |
NonstopTimeoutBehaviorFactory.createNonstopTimeoutBehaviorStore(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
Create the
NonstopStore to be used for timeout |
Constructor and Description |
---|
NonStopCacheKeySet(NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
List keys)
Non stop store to iterate over key set
|
NonstopCacheLockProvider(NonstopStore nonstopStore,
NonstopActiveDelegateHolder nonstopActiveDelegateHolder,
ExplicitLockingContextThreadLocal explicitLockingContextThreadLocal,
NonstopConfiguration nonstopConfiguration)
Public constructor
|
Constructor and Description |
---|
NonstopCacheEventListener(NonstopActiveDelegateHolder nonstopActiveDelegateHolder)
Public constructor
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.