Constructor CacheItem
CacheItem(Object, IImmutableList<String>, CacheItemConfiguration)
Declaration
public CacheItem(object value, IImmutableList<string> dependencies = null, CacheItemConfiguration configuration = null)
Parameters
Type | Name | Description |
---|---|---|
Object | value | |
IImmutableList<String> | dependencies | |
CacheItemConfiguration | configuration |
CacheItem(PortableFormatterConstructorContext)
Declaration
protected CacheItem(PortableFormatterConstructorContext context)
Parameters
Type | Name | Description |
---|---|---|
PortableFormatterConstructorContext | context |