DatabasePageCacheEnabled Property |
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool PageCacheEnabled { get; set; }
Public Property PageCacheEnabled As Boolean
Get
Set
public:
property bool PageCacheEnabled {
bool get ();
void set (bool value);
}
member PageCacheEnabled : bool with get, set
Property Value
Type:
Boolean
See Also