SetItemCore(string, CacheItem)
Sets a cache item. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked. Arguments are already validated by the consumer API.
Declaration
protected abstract void SetItemCore(string key, CacheItem item)
Parameters
Type | Name | Description |
---|---|---|
string | key | The key of the cache item. |
CacheItem | item | The cache item. |