|
ehcache | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CacheLockProvider | |
Sync |
Class Summary | |
---|---|
ConcurrencyUtil | Various bits of black magic garnered from experts on the [email protected] mailing list. |
ReadWriteLockSync | A simple ReadWriteLock synchronizer. |
StripedReadWriteLockSync | Provides a number of Sync which allow fine-grained concurrency. |
Enum Summary | |
---|---|
LockType | LockType tells the locking API what kind of lock should be acquired or released |
Exception Summary | |
---|---|
LocksAcquisitionException | Indicates that a timeout has occured while attempting to obtain a set of locks This is a normal runtime exception which should be handled by calling code. |
This package contains concurrency classes and utilities that are not available in java.util.concurrent.
It contains the Sync interface (initially from Doug Lea's concurrency package) and implementation,
|
ehcache | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |