ehcache

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

Packages that use Sync
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 Sync in net.sf.ehcache.concurrent
 

Classes in net.sf.ehcache.concurrent that implement Sync
 class ReadWriteLockSync
          A simple ReadWriteLock synchronizer.
 

Methods in net.sf.ehcache.concurrent that return Sync
 Sync[] StripedReadWriteLockSync.getAndWriteLockAllSyncForKeys(java.lang.Object... keys)
          Gets and write lock the Sync Stripes to use for the given keys.
 Sync[] CacheLockProvider.getAndWriteLockAllSyncForKeys(java.lang.Object... keys)
          Gets and write lock the Sync Stripes to use for the given keys.
 Sync StripedReadWriteLockSync.getSyncForKey(java.lang.Object key)
          Gets the Sync Stripe to use for a given key.
 Sync CacheLockProvider.getSyncForKey(java.lang.Object key)
          Gets the Sync Stripe to use for a given key.
 

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

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


ehcache

true