CacheKVStore type

内存中缓存的键值存储

type CacheKVStore = Record<string, ValidCacheType>