Gets or sets the size of the fixed page cache (default 16).

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The size of the fixed page cache.

See Also