Click or drag to resize

CacheEnum Enumeration

Choices for object caching

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public enum CacheEnum
Members
  Member nameValueDescription
No0 Do not cache
Yes1 Always cache
is64Bit2 Cache if running as 64 bit process
RamAvailable5Gb3 Cache if at least 5GB memory is available
RamAvailable10Gb4 Cache if at least 10GB memory is available
RamAvailable20Gb5 Cache if at least 20GB memory is available
Available100Gb6 Cache if at least 100GB memory is available
See Also