<PackageReference Include="Relativity.Other" Version="13.0.1" />

LazyDictionaryCache

public class LazyDictionaryCache

public static LazyDictionaryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, string> keyFormatter, Func<TKey, CancellationToken, TValue> valueFactory)

public static LazyDictionaryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<TKey, CancellationToken, TValue> valueFactory) where TKey : IConvertible

public static LazyDictionaryCache<TKey, TValue> Create<TKey, TValue>(CachingOptions options, Func<BaseContext, TValue> valueFactory) where TKey : BaseContext