Provides factory methods to create thread-safe cache instances as IThreadSafeCacheAccessorTKey, TValue implementations.
See the Remarks section of the CreateTKey, TValue(FuncTKey, TValue, IEqualityComparerTKey, ThreadSafeCacheOptionsBase) method for details.
See the Remarks section of the CreateTKey, TValue(FuncTKey, TValue, IEqualityComparerTKey, ThreadSafeCacheOptionsBase) method for details.
Inheritance Hierarchy
KGySoft.CollectionsThreadSafeCacheFactory
Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateTKey, TValue(FuncTKey, TValue, ThreadSafeCacheOptionsBase) |
Creates a thread safe cache instance that can be accessed as an IThreadSafeCacheAccessorTKey, TValue instance.
See the Remarks section of the CreateTKey, TValue(FuncTKey, TValue, IEqualityComparerTKey, ThreadSafeCacheOptionsBase) overload for details. |
![]() ![]() | CreateTKey, TValue(FuncTKey, TValue, IEqualityComparerTKey, ThreadSafeCacheOptionsBase) |
Creates a thread safe cache instance that can be accessed as an IThreadSafeCacheAccessorTKey, TValue instance.
See the Remarks section for details. |
See Also