Initializes a new instance of the SimpleLRUCache class

Namespace: Lucene.Net.Util.Cache
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public SimpleLRUCache(
	int Capacity
)
Visual Basic
Public Sub New ( _
	Capacity As Integer _
)
Visual C++
public:
SimpleLRUCache(
	int Capacity
)

Parameters

Capacity
Type: System..::..Int32

[Missing <param name="Capacity"/> documentation for "M:Lucene.Net.Util.Cache.SimpleLRUCache.#ctor(System.Int32)"]

See Also