共用方式為


CachingType type

定義 CachingType 的值。 可能的值包括:'none'、'readonly'、'readwrite'

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