static CacheKeyLock.LockAcquisition |
CacheUtils.acquireReadLock(org.springframework.cache.Cache cache,
Object key) |
Acquire a read-only lock on the given key in the cache.
|
static CacheKeyLock.LockAcquisition |
CacheUtils.acquireWriteLock(org.springframework.cache.Cache cache,
Object key) |
Acquire an exclusive write lock on the given key in the cache.
|
CacheKeyLock.LockAcquisition |
CacheKeyLock.lock() |
Acquire a lock on the cache key.
|
CacheKeyLock.LockAcquisition |
EhcacheKeyLock.lock() |
|
CacheKeyLock.LockAcquisition |
StaticCacheKeyLock.lock() |
|
CacheKeyLock.LockAcquisition |
CacheKeyLock.lockInterruptibly() |
Acquire a lock interruptibly on a cache key.
|
CacheKeyLock.LockAcquisition |
EhcacheKeyLock.lockInterruptibly() |
|
CacheKeyLock.LockAcquisition |
StaticCacheKeyLock.lockInterruptibly() |
|