Click or drag to resize

SessionBaseStrongReferenceDatabaseCaching Property

Is current session caching Databases using strong references or just by weak references. Set in session constructor or by calling CrossTransactionCacheAllDatabases(Boolean).

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool StrongReferenceDatabaseCaching { get; }

Property Value

Type: Boolean
See Also