PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­BackendSet­Item
Open sandboxFocus

CachingBackend.SetItem Method

SetItem(String, CacheItem)

Sets a cache item.

Declaration
public void SetItem([Required] string key, [Required] CacheItem item)
Parameters
Type Name Description
System.String key

The key of the cache item.

CacheItem item

The cache item.