Click or drag to resize

DatabaseCachedPage Method

Try to retrieve a cached Page

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.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