CachingBackendEnhancerFeatures Class |
An abstract implementation of CachingBackendEnhancerFeatures for use in implementations of CachingBackendEnhancer,
where the default behavior is to return the features of the underlying CachingBackend.
System.Object
PostSharp.Patterns.Caching.Implementation.CachingBackendFeatures
PostSharp.Patterns.Caching.Implementation.CachingBackendEnhancerFeatures
PostSharp.Patterns.Caching.Implementation.CachingBackendFeatures
PostSharp.Patterns.Caching.Implementation.CachingBackendEnhancerFeatures
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public abstract class CachingBackendEnhancerFeatures : CachingBackendFeatures
The CachingBackendEnhancerFeatures type exposes the following members.
Name | Description | |
---|---|---|
CachingBackendEnhancerFeatures |
Initializes a new CachingBackendEnhancerFeatures.
|
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.
(Overrides CachingBackendFeatures.Blocking.) | |
Clear |
Determines whether the Clear() method is supported.
(Overrides CachingBackendFeatures.Clear.) | |
ContainsDependency |
Determines whether the ContainsDependency(String) method is supported.
(Overrides CachingBackendFeatures.ContainsDependency.) | |
Dependencies |
Determines whether dependencies are supported.
(Overrides CachingBackendFeatures.Dependencies.) | |
Events |
Determines whether the ItemRemoved and DependencyInvalidated events are raised.
(Overrides CachingBackendFeatures.Events.) | |
UnderlyingBackendFeatures |
Gets the feature of the underlying CachingBackend.
|