ehcache

Uses of Class
net.sf.ehcache.concurrent.Mutex

Packages that use Mutex
net.sf.ehcache.concurrent This package contains concurrency classes and utilities that are not available in java.util.concurrent. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
 

Uses of Mutex in net.sf.ehcache.concurrent
 

Fields in net.sf.ehcache.concurrent declared as Mutex
protected  Mutex[] StripedMutex.mutexes
          The array of mutexes
 

Methods in net.sf.ehcache.concurrent that return Mutex
 Mutex StripedMutex.getMutexForKey(java.lang.Object key)
          Gets the Mutex Stripe to use for a given key.
 

Uses of Mutex in net.sf.ehcache.constructs.blocking
 

Methods in net.sf.ehcache.constructs.blocking that return Mutex
protected  Mutex BlockingCache.getLockForKey(java.lang.Object key)
          Gets the Mutex to use for a given key.
 


ehcache

true