DataCachePageCacheEnabled Property |
Enable or disable page cache. In cases where pages are not going to be revisited, performance may be improved by disabling the page cache. In other cases leave the page cache enabled (the default)
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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:
BooleanSee Also