Becklyn / RouteTreeBundle

Adds a simple implementation for an automatic generation of a page tree to build a menu
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Add caching support #3

Closed apfelbox closed 8 years ago

apfelbox commented 9 years ago

The whole tree creation should be cached and only produced on demand (as in "when warming the cache" or when running in $debug mode).

apfelbox commented 8 years ago

Use cache_clearer and cache_warmer tags to implement this logic

https://github.com/symfony/symfony/pull/2857

apfelbox commented 8 years ago

Implemented in #10