次の方法で共有


CachingType type

CachingType の値を定義します。 指定できる値は、'none'、'readOnly'、'readWrite' です。

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