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

CachingBackendEnhancerFeatures.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 override bool Blocking { get; }
Property Value
Type Description
System.Boolean
Overrides
CachingBackendFeatures.Blocking