CachingType type

Defines values for CachingType. Possible values include: 'none', 'readonly', 'readwrite'

type CachingType = "none" | "readonly" | "readwrite"