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

GenericDbDataSource..::..Cache Property

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

Namespace:  Tortuga.Chain
Assembly:  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 ();
}