Package | Description |
---|---|
net.sf.ehcache.hibernate.ccs |
This package contains EhCache specific CacheConcurrencyStrategy implementations.
|
Modifier and Type | Method and Description |
---|---|
EhcacheReadWriteCache.Lock |
EhcacheReadWriteCache.Lockable.lock(long timeout,
java.util.UUID uuid,
long lockId) |
EhcacheReadWriteCache.Lock |
EhcacheReadWriteCache.Item.lock(long timeout,
java.util.UUID uuid,
long lockId) |
EhcacheReadWriteCache.Lock |
EhcacheReadWriteCache.Lock.lock(long timeout,
java.util.UUID uuid,
long lockId) |
Modifier and Type | Method and Description |
---|---|
private void |
EhcacheReadWriteCache.decrementLock(java.lang.Object key,
EhcacheReadWriteCache.Lock lock)
Deprecated.
|