共用方式為


CachingType type

定義 CachingType 的值。 可能的值包括:'none'、'readOnly'、'readWrite'

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