Meant to be used by caching backends. It's a CacheValue with an extra object that functions as a lock. Do not use this if you're not implementing a CachingBackend.
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching.dll
Syntax
public class MemoryCacheValue : CacheValueConstructors
| Name | Description |
|---|---|
| MemoryCacheValue(object, IReadOnlyList<object>, IImmutableList<string>, object) | Initializes a new MemoryCacheValue and accepts the |
| MemoryCacheValue(object, IImmutableList<string>, object) | Initializes a new MemoryCacheValue (no |
Properties
| Name | Description |
|---|---|
| Sync | Gets or sets the mutex that protects this cache key. |