org.hibernate.cache
Interface CacheConcurrencyStrategy.SoftLock

All Known Implementing Classes:
ReadWriteCache.Lock
Enclosing interface:
CacheConcurrencyStrategy

public static interface CacheConcurrencyStrategy.SoftLock

Marker interface, denoting a client-visible "soft lock" on a cached item.

Author:
Gavin King