편집

다음을 통해 공유


CacheKVStore type

Key value store for in-memory cache

type CacheKVStore = Record<string, ValidCacheType>