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