CachingBackend.SetItemCore Method |
Sets a cache item. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked. Arguments are already validated by the consumer API.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.6.14.0 (6.6.14.0)
C#
protected abstract 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.