Gets or sets the interval at which to prune the cache.

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

Syntax

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

Field Value

The prune interval.

See Also