ehcache

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

Packages that use Sync
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
protected  Sync Cache.getLockForKey(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
 class ReadWriteLockSync
          A simple ReadWriteLock synchronizer.
 

Methods in net.sf.ehcache.concurrent that return Sync
 Sync CacheLockProvider.getSyncForKey(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(Object key)
          Gets the Sync to use for a given key.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.