MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​ImplementationCache­ItemCache­Item
Open sandboxFocus

CacheItem Constructor

CacheItem(Object, IImmutableList<String>, ICacheItemConfiguration)

Represents an item being added to the cache.

Declaration
public CacheItem(object Value, IImmutableList<string> Dependencies = null, ICacheItemConfiguration Configuration = null)
Parameters
Type Name Description
Object Value
IImmutableList<String> Dependencies
ICacheItemConfiguration Configuration