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

CachingBackend.GetItem Method

GetItem(string, bool)

Gets a cache item given its key.

Declaration
public CacheItem? GetItem(string key, bool includeDependencies = true)
Parameters
Type Name Description
string key

The cache item.

bool includeDependencies

true if the Dependencies properties of the resulting CacheItem should be populated, otherwise false.

Returns
Type Description
CacheItem

A CacheItem, or null if there is no item in cache of the given key.