public static class ThreadSafeCacheFactory
Public NotInheritable Class ThreadSafeCacheFactory
public ref class ThreadSafeCacheFactory abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ThreadSafeCacheFactory = class end
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. |