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.

Cache the results of a function.

Also manages the lifetime of the cached results.

If the number of unused items is greater than maxUnused, this class disposes the least recently used unused cached item.

Location

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

Interface of Cache<TKey, TValue>

Dispose uno

Disposes all unused items managed by this Cache.

Inherited from object

Implemented Interfaces