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

CachingBackendFeatures Class

List of features that can be implemented or not by a CachingBackend.

Inheritance
CachingBackendFeatures
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class CachingBackendFeatures : Object

Constructors

Name Description
CachingBackendFeatures()

Properties

Name Description
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.

Clear

Determines whether the Clear() method is supported.

ContainsDependency

Determines whether the ContainsDependency(String) method is supported.

Dependencies

Determines whether dependencies are supported.

Events

Determines whether the ItemRemoved and DependencyInvalidated events are raised.