Cache the tree nodes list generated for StructuralEntityType.

This commit is contained in:
Jan Böhmer 2019-08-20 12:34:43 +02:00
parent 76abef57be
commit f75f17c92b
6 changed files with 153 additions and 7 deletions

View file

@ -37,6 +37,12 @@ services:
tags:
- { name: "doctrine.orm.entity_listener" }
tree_invalidation_listener:
class: App\EntityListeners\TreeCacheInvalidationListener
tags:
- { name: doctrine.orm.entity_listener }
App\Command\UpdateExchangeRatesCommand:
arguments:
$base_current: '%default_currency%'