CacheKVStore type
Key value store for in-memory cache
type CacheKVStore = Record<string, ValidCacheType>
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Key value store for in-memory cache
type CacheKVStore = Record<string, ValidCacheType>