mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-01 07:49:33 +00:00
Cache the tree nodes list generated for StructuralEntityType.
This commit is contained in:
parent
76abef57be
commit
f75f17c92b
6 changed files with 153 additions and 7 deletions
|
|
@ -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%'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue