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
)
Public Sub ClearCachedObjects (
db As Database
)
public:
void ClearCachedObjects(
Database^ db
)
member ClearCachedObjects :
db : Database -> unit
Parameters
- db
- Type: VelocityDbDatabase
Clear cached objects within this database.
See Also