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: 8.2.1.0 (8.2.1)
Syntax
public void ClearCachedObjects(
	Database db
)

Parameters

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