CacheValue Class |
Return value of the GetItem(String, Boolean) method, i.e. represents an item retrieved from the cache (items being stored in the cache are represented by the CacheItem class).
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 5.0.55.0 (5.0.55.0)
C#
public class CacheValue
The CacheValue type exposes the following members.
Name | Description | |
---|---|---|
CacheValue |
Initializes a new CacheValue.
|
Name | Description | |
---|---|---|
Dependencies |
Gets the list of dependencies of the cache.
| |
Value |
Gets the cached value.
|
Name | Description | |
---|---|---|
WithValue |
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |