Click or drag to resize

PageCacheItem Property

Get or set a page in the page cache

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Page this[
	ushort pageNumber
] { get; set; }

Parameters

pageNumber
Type: SystemUInt16
Page number within a database for requested page

Return Value

Type: Page
A page if it exist in the page cache
See Also