public interface SoftLockFactory
Modifier and Type | Method and Description |
---|---|
SoftLock |
newSoftLock(SoftLockManager manager,
Object key)
Construct a new softlock to be managed by the given manager for a specific key.
|
SoftLock newSoftLock(SoftLockManager manager, Object key)
manager
- soft lock managerkey
- key to generate againstCopyright 2001-2021, Terracotta, Inc.