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: 6.4.11.0 (6.4.11.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 |
