|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedLockingCache<K,V>
Cache which allows normal put/get cache operation ( Cache ) as well as locking items and
and managing base cache properties ( ManagedCache )
| Method Summary | |
|---|---|
void |
lock(K key,
org.joda.time.Duration leaseTime)
|
void |
unlock(K key)
|
| Methods inherited from interface com.atlassian.cache.ManagedCache |
|---|
clear, currentExpireAfterAccessMillis, currentExpireAfterWriteMillis, currentMaxEntries, getName, isFlushable, isLocal, isReplicateAsynchronously, isReplicateViaCopy, updateExpireAfterAccess, updateExpireAfterWrite, updateMaxEntries |
| Methods inherited from interface com.atlassian.cache.Cache |
|---|
containsKey, get, getKeys, getName, put, putIfAbsent, remove, remove, removeAll, replace |
| Method Detail |
|---|
void lock(K key,
org.joda.time.Duration leaseTime)
void unlock(K key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||