Cache the DTO objects returned by the info providers

This saves API requests
This commit is contained in:
Jan Böhmer 2023-07-16 19:05:26 +02:00
parent 412fa3f0bf
commit 6862d318f0
2 changed files with 38 additions and 6 deletions

View file

@ -20,3 +20,6 @@ framework:
tree.cache:
adapter: cache.app
tags: true
info_provider.cache:
adapter: cache.app