Uses of Interface
ubic.gemma.persistence.cache.CacheKeyLock.LockAcquisition
Packages that use CacheKeyLock.LockAcquisition
-
Uses of CacheKeyLock.LockAcquisition in ubic.gemma.persistence.cache
Methods in ubic.gemma.persistence.cache that return CacheKeyLock.LockAcquisitionModifier and TypeMethodDescriptionstatic 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.lock()
Acquire a lock on the cache key.EhcacheKeyLock.lock()
StaticCacheKeyLock.lock()
CacheKeyLock.lockInterruptibly()
Acquire a lock interruptibly on a cache key.EhcacheKeyLock.lockInterruptibly()
StaticCacheKeyLock.lockInterruptibly()