diff --git a/.changeset/dirty-eels-poke.md b/.changeset/dirty-eels-poke.md index e2e3fa5066..2caae0eb16 100644 --- a/.changeset/dirty-eels-poke.md +++ b/.changeset/dirty-eels-poke.md @@ -3,3 +3,11 @@ --- Changed the default backend CacheClient to an in-memory cache when not explicitly configured. + +Explicit configuration of an **in-memory cache** can be removed from `app-config.yaml`, as this is now the default: + +```diff +backend: +- cache: +- store: memory +```