Click or drag to resize

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; }

Property Value

Type: Boolean
See Also