Package | Description |
---|---|
net.sf.ehcache.hibernate.strategy |
This package contains EhCache specific AccessStrategy implementations.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractReadWriteEhcacheAccessStrategy.Item
Wrapper type representing unlocked items.
|
protected static class |
AbstractReadWriteEhcacheAccessStrategy.Lock
Wrapper type representing locked items.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractReadWriteEhcacheAccessStrategy.handleMissingLock(java.lang.Object key,
AbstractReadWriteEhcacheAccessStrategy.Lockable lock)
Handle the timeout of a previous lock mapped to this key
|