Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
Modifier and Type | Method and Description |
---|---|
NonstopTimeoutBehaviorFactory |
TimeoutBehaviorConfiguration.getNonstopTimeoutBehaviorFactory()
Get the
NonstopTimeoutBehaviorFactory according to the active config |
abstract NonstopTimeoutBehaviorFactory |
TimeoutBehaviorConfiguration.TimeoutBehaviorType.getTimeoutBehaviorFactory(Properties properties)
Get the
NonstopTimeoutBehaviorFactory for this type |
Modifier and Type | Field and Description |
---|---|
static NonstopTimeoutBehaviorFactory |
ExceptionOnTimeoutStore.FACTORY
The
NonstopTimeoutBehaviorFactory to create ExceptionOnTimeoutStore stores |
static NonstopTimeoutBehaviorFactory |
NoOpOnTimeoutStore.FACTORY
The
NonstopTimeoutBehaviorFactory to create NoOpOnTimeoutStore stores |
static NonstopTimeoutBehaviorFactory |
LocalReadsOnTimeoutStore.FACTORY
The
NonstopTimeoutBehaviorFactory to create LocalReadsOnTimeoutStore stores |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.