CanFlushLocks
interface CanFlushLocks
Methods
bool
supportsFlushingLocks()
Determine if the store can currently flush locks.
bool
flushLocks()
Flush all locks managed by the store.
bool
hasSeparateLockStore()
Determine if the lock store is separate from the cache store.
Details
at line 15
bool
supportsFlushingLocks()
Determine if the store can currently flush locks.
Composite stores may implement this interface while delegating to a layer that cannot flush locks; this probe reports the real capability.
at line 20
bool
flushLocks()
Flush all locks managed by the store.
at line 25
bool
hasSeparateLockStore()
Determine if the lock store is separate from the cache store.