MemoryCacheValue Class |
PostSharp.Patterns.Caching.Implementation.CacheValue
PostSharp.Patterns.Caching.Backends.MemoryCacheValue
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.9.11.0 (6.9.11.0)
public class MemoryCacheValue : CacheValue
The MemoryCacheValue type exposes the following members.
Name | Description | |
---|---|---|
MemoryCacheValue |
Initializes a new MemoryCacheValue.
|
Name | Description | |
---|---|---|
Dependencies |
Gets the list of dependencies of the cache.
(Inherited from CacheValue.) | |
Sync |
Gets or sets the mutex that protects this cache key.
| |
Value |
Gets the cached value.
(Inherited from CacheValue.) |
Name | Description | |
---|---|---|
WithValue | (Inherited from CacheValue.) |