NullCachingBackend.SetItemCore 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 void SetItemCore( string key, CacheItem item )
Parameters
- key
- Type: System.String
The key of the cache item. - item
- Type: PostSharp.Patterns.Caching.Implementation.CacheItem
The cache item.