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. 
 

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.
 


ehcache

true