ehcache

Uses of Interface
net.sf.ehcache.constructs.nonstop.NonstopTimeoutBehaviorFactory

Packages that use NonstopTimeoutBehaviorFactory
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
 

Uses of NonstopTimeoutBehaviorFactory in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return NonstopTimeoutBehaviorFactory
 NonstopTimeoutBehaviorFactory TimeoutBehaviorConfiguration.getNonstopTimeoutBehaviorFactory()
          Get the NonstopTimeoutBehaviorFactory according to the active config
abstract  NonstopTimeoutBehaviorFactory TimeoutBehaviorConfiguration.TimeoutBehaviorType.getTimeoutBehaviorFactory(Properties properties)
          Get the NonstopTimeoutBehaviorFactory for this type
 

Uses of NonstopTimeoutBehaviorFactory in net.sf.ehcache.constructs.nonstop.store
 

Fields in net.sf.ehcache.constructs.nonstop.store declared as NonstopTimeoutBehaviorFactory
static NonstopTimeoutBehaviorFactory ExceptionOnTimeoutStore.FACTORY
          The NonstopTimeoutBehaviorFactory to create ExceptionOnTimeoutStore stores
static NonstopTimeoutBehaviorFactory LocalReadsOnTimeoutStore.FACTORY
          The NonstopTimeoutBehaviorFactory to create LocalReadsOnTimeoutStore stores
static NonstopTimeoutBehaviorFactory NoOpOnTimeoutStore.FACTORY
          The NonstopTimeoutBehaviorFactory to create NoOpOnTimeoutStore stores
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.