CacheFactoryLimitlessCacheTKey, TValue Method |
Creates a naive cache without memory limits.
Namespace: Beerendonk.MemoizationAssembly: Memoization (in Memoization.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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,
TValueAn infinite cache.
See Also