Interface ILockable
This interface contains methods and parameters required for locking data types.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public interface ILockable
Methods
Name | Description |
---|---|
Lock(TimeSpan) | Acquire a Lock on a collection in cache. |
Unlock() | Unlock a locked collection. |