GenericDbDataSource..::..Cache Property
Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ICacheAdapter Cache { get; }
Public ReadOnly Property Cache As ICacheAdapter Get
public: property ICacheAdapter^ Cache { ICacheAdapter^ get (); }