Gets or sets the size of the fixed page cache (default 16).
Namespace: FirstFloor.Documents.IOAssembly: 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); } |