Directus / @directus/memory / index / CacheConfigMulti
Interface: CacheConfigMulti ​
Extends ​
Properties ​
local ​
local:
Omit
<CacheConfigLocal
,"type"
>
Configuration for the L1 cache
Defined in ​
packages/memory/src/cache/types/config.ts:60
redis ​
redis:
Omit
<CacheConfigRedis
,"type"
>
Configuration for the L2 cache
Defined in ​
packages/memory/src/cache/types/config.ts:65
type ​
type:
"multi"
Where the data is stored
local
- Local memory redis
- Redis instance multi
- Multi-stage cache. In-memory as L1, Redis as L2