Gets or sets the cache implementation.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public IItemCache Cache { get; set; }
Visual Basic
Public Property Cache As IItemCache
	Get
	Set
Visual C++
public:
property IItemCache^ Cache {
	IItemCache^ get ();
	void set (IItemCache^ value);
}

Field Value

The cache.

Remarks

An instance of SimpleCache is installed by default. To disable caching set this property to null.

See Also