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.
|
Modifier and Type | Class and Description |
---|---|
class |
StripedReadWriteLockSync
Provides a number of Sync which allow fine-grained concurrency.
|
Modifier and Type | Method and Description |
---|---|
StripedReadWriteLock |
StripedReadWriteLockProvider.createStripedReadWriteLock()
Will create a StripedReadWriteLock always using the same spreading function
|
Modifier and Type | Method and Description |
---|---|
StripedReadWriteLock |
DiskStore.createStripedReadWriteLock()
Will create a StripedReadWriteLock always using the same spreading function
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.