CachingBackend.GetItem Method |
Gets a cache item given its key.
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 CacheValue GetItem( string key, bool includeDependencies = true )
Parameters
- key
- Type: System.String
The cache item. - includeDependencies (Optional)
- Type: System.Boolean
true if the Dependencies properties of the resulting CacheValue should be populated, otherwise false.
Return Value
Type: CacheValueA CacheValue, or null if there is no item in cache of the given key.
