MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsCaching­BackendSet­Item
Open sandboxFocus

CachingBackend.SetItem Method

SetItem(String, CacheItem)

Sets a cache item.

Declaration
public void SetItem(string key, CacheItem item)
Parameters
Type Name Description
String key

The key of the cache item.

CacheItem item

The cache item.