Gets or sets the max number of entries allowed in the cache.
Namespace: Simol.CacheAssembly: 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); } |