Get or create a cached item.

Note: CacheItem needs to be disposed when we're done with it for it to have a chance to be removed from the cache in the future.

Location

Namespace
Fuse.Internal
Package
Fuse.Common 2.9.1

Parameters

key

TKey

Returns

CacheItem<TKey, TValue>