Gets or sets the max number of entries allowed in the cache.

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

Syntax

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

Field Value

The max size.

See Also