Choices for object caching
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax Public Enumeration CacheEnum
public enum class CacheEnum
Members
| Member name | Value | Description |
---|
| No | 0 |
Do not cache
|
| Yes | 1 |
Always cache
|
| is64Bit | 2 |
Cache if running as 64 bit process
|
| RamAvailable5Gb | 3 |
Cache if at least 5GB memory is available
|
| RamAvailable10Gb | 4 |
Cache if at least 10GB memory is available
|
| RamAvailable20Gb | 5 |
Cache if at least 20GB memory is available
|
| Available100Gb | 6 |
Cache if at least 100GB memory is available
|
See Also