Uses of Interface
net.sf.ehcache.concurrent.StripedReadWriteLock
-
Packages that use StripedReadWriteLock Package Description net.sf.ehcache.concurrent This package contains concurrency classes and utilities that are not available in java.util.concurrent.net.sf.ehcache.store Store package.net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of StripedReadWriteLock in net.sf.ehcache.concurrent
Classes in net.sf.ehcache.concurrent that implement StripedReadWriteLock Modifier and Type Class Description classStripedReadWriteLockSyncProvides a number of Sync which allow fine-grained concurrency. -
Uses of StripedReadWriteLock in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return StripedReadWriteLock Modifier and Type Method Description StripedReadWriteLockStripedReadWriteLockProvider. createStripedReadWriteLock()Will create a StripedReadWriteLock always using the same spreading function -
Uses of StripedReadWriteLock in net.sf.ehcache.store.disk
Methods in net.sf.ehcache.store.disk that return StripedReadWriteLock Modifier and Type Method Description StripedReadWriteLockDiskStore. createStripedReadWriteLock()Will create a StripedReadWriteLock always using the same spreading function
-