CachingBackend.SetItem Method |
Sets a cache item.
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public void SetItem( 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.