SessionBaseClearCache Method |
Clears page cache and closes databases. Avoid using this one for now.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual void ClearCache()
Public Overridable Sub ClearCache
public:
virtual void ClearCache()
abstract ClearCache : unit -> unit
override ClearCache : unit -> unit
See Also