Click or drag to resize

DatabaseCachedPage Method

Try to retrieve a cached Page

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Page CachedPage(
	ushort pageNumber
)

Parameters

pageNumber
Type: SystemUInt16
Page number of page to look for in cache

Return Value

Type: Page
Page if found in cache; otherwise null
See Also