Click or drag to resize

PageClearCashedObjects Method

Clears all objects cached on the page but does not clear objects cached by weak references.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public ushort ClearCashedObjects(
	SessionBase session
)

Parameters

session
Type: VelocityDb.SessionSessionBase

Return Value

Type: UInt16

[Missing <returns> documentation for "M:VelocityDb.Page.ClearCashedObjects(VelocityDb.Session.SessionBase)"]

See Also