@Internal public interface LockingCache<K,V> extends ConfluenceCache<K,V>
Note: In our codebase, this is only used for our old hibernate 2 cache
Modifier and Type | Method and Description |
---|---|
void |
lock(K key,
org.joda.time.Duration leaseTime) |
void |
unlock(K key) |
clear, currentExpireAfterAccessMillis, currentExpireAfterWriteMillis, currentMaxEntries, getCacheCollector, getName, getStatistics, isFlushable, isLocal, isReplicateAsynchronously, isReplicateViaCopy, isStatisticsEnabled, setStatistics, updateExpireAfterAccess, updateExpireAfterWrite, updateMaxEntries
setTimeToLive
Copyright © 2003–2017 Atlassian. All rights reserved.