Click or drag to resize
CacheFactoryLimitlessCacheTKey, TValue Method
Creates a naive cache without memory limits.

Namespace: Beerendonk.Memoization
Assembly: Memoization (in Memoization.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ICache<TKey, TValue> LimitlessCache<TKey, TValue>()

Type Parameters

TKey
The type of the key.
TValue
The type of the value.

Return Value

Type: ICacheTKey, TValue
An infinite cache.
See Also