ehcache

Uses of Interface
net.sf.ehcache.concurrent.CacheLockProvider

Packages that use CacheLockProvider
net.sf.ehcache.concurrent This package contains concurrency classes and utilities that are not available in java.util.concurrent. 
net.sf.ehcache.constructs.nonstop Ehcache-nonstopcache package 
net.sf.ehcache.constructs.nonstop.concurrency Nonstop feature related to concurrent package 
 

Uses of CacheLockProvider in net.sf.ehcache.concurrent
 

Subinterfaces of CacheLockProvider in net.sf.ehcache.concurrent
 interface StripedReadWriteLock
           
 

Classes in net.sf.ehcache.concurrent that implement CacheLockProvider
 class StripedReadWriteLockSync
          Provides a number of Sync which allow fine-grained concurrency.
 

Uses of CacheLockProvider in net.sf.ehcache.constructs.nonstop
 

Methods in net.sf.ehcache.constructs.nonstop that return CacheLockProvider
 CacheLockProvider NonstopActiveDelegateHolder.getUnderlyingCacheLockProvider()
          Returns the current underlying CacheLockProvider
 

Uses of CacheLockProvider in net.sf.ehcache.constructs.nonstop.concurrency
 

Classes in net.sf.ehcache.constructs.nonstop.concurrency that implement CacheLockProvider
 class NonstopCacheLockProvider
          Class implementing CacheLockProvider with nonstop feature
 


ehcache

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