Click or drag to resize

SessionBaseClearCachedObjects Method (Database)

Clears the cache of cached objects within a Database.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void ClearCachedObjects(
	Database db
)

Parameters

db
Type: VelocityDbDatabase
Clear cached objects within this database.
See Also