Blocking
Gets a value indicating whether methods that modify the cache content run to completion before the control is given back to the calling method.
If false
, methods may run in the background, and the calling thread may not have a consistent view of the cache.
Declaration
public virtual bool Blocking { get; }
Property Value
Type | Description |
---|---|
bool |