pub type CacheMode = VSCacheMode;
enum CacheMode { Auto = -1, ForceDisable = 0, ForceEnable = 1, }
Cache is enabled or disabled based on the reported request patterns and number of consumers.
Never cache anything.
Always use the cache.