PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­Backend­FeaturesBlocking
Open sandboxFocus

CachingBackendFeatures.Blocking Property

Blocking

Determines 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
Boolean