This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

A TValue whose lifetime is managed by a Cache.

Dispose() signals to the parent Cache that we're no longer using Value. The Cache might subsequently choose to dispose Value, so we should not rely on Value being usable after the CacheItem's lifetime.

Location

Namespace
Fuse.Internal
Package
Fuse.Common 2.9.1
Show Uno properties and methods

Interface of CacheItem<TKey, TValue>

Inherited from object

Implemented Interfaces