List of features that can be implemented or not by a CachingBackend.
Namespace: Metalama.Patterns.Caching.Implementation
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public class CachingBackendFeatures
Constructors
Name | Description |
---|---|
CachingBackendFeatures() |
Properties
Name | Description |
---|---|
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 |
Clear | Gets a value indicating whether the Clear(ClearCacheOptions) method is supported. |
ContainsDependency | Gets a value indicating whether the ContainsDependency(string) method is supported. |
Dependencies | Gets a value indicating whether dependencies are supported. |
Events | Gets a value indicating whether the ItemRemoved and DependencyInvalidated events are raised. |