ehcache

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

Packages that use StripedReadWriteLock
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
 class StripedReadWriteLockSync
          Provides 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
 StripedReadWriteLock StripedReadWriteLockProvider.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
 StripedReadWriteLock DiskStore.createStripedReadWriteLock()
          Will create a StripedReadWriteLock always using the same spreading function
 


ehcache

Copyright 2001-2015, Terracotta, Inc.