Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IDataSource..::..Cache Property

Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.

Namespace:  Tortuga.Chain.DataSources
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


ICacheAdapter Cache { get; }
ReadOnly Property Cache As ICacheAdapter
	Get
property ICacheAdapter^ Cache {
	ICacheAdapter^ get ();
}