CacheKVStore type

Schlüsselwertspeicher für speicherinternen Cache

type CacheKVStore = Record<string, ValidCacheType>