Uses of Interface
net.sf.ehcache.concurrent.Sync
-
Packages that use Sync Package Description net.sf.ehcache This package contains the public API for using ehcache.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
Methods in net.sf.ehcache that return Sync Modifier and Type Method Description protected SyncCache. getLockForKey(java.lang.Object key)Gets the lock for a given key -
Uses of Sync in net.sf.ehcache.concurrent
Classes in net.sf.ehcache.concurrent that implement Sync Modifier and Type Class Description classReadWriteLockSyncA simple ReadWriteLock synchronizer.Methods in net.sf.ehcache.concurrent that return Sync Modifier and Type Method Description SyncCacheLockProvider. 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 Modifier and Type Method Description protected SyncBlockingCache. getLockForKey(java.lang.Object key)Gets the Sync to use for a given key.
-