NullCachingBackend.GetItemCore Method |
Namespace: PostSharp.Patterns.Caching.Backends
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
protected override CacheValue GetItemCore( string key, bool includeDependencies )
Parameters
- key
- Type: System.String
The cache item. - includeDependencies
- 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.