Add cached translation loader

This commit is contained in:
Romain Neutron
2013-12-03 15:58:02 +01:00
parent a057f0cc06
commit 199134c25a
8 changed files with 267 additions and 14 deletions

View File

@@ -37,6 +37,7 @@ class module_console_systemClearCache extends Command
->in([
$this->container['root.path'] . '/tmp/cache_minify/',
$this->container['root.path'] . '/tmp/cache_twig/',
$this->container['root.path'] . '/tmp/translations/',
$this->container['root.path'] . '/tmp/cache/profiler/',
$this->container['root.path'] . '/tmp/doctrine/',
$this->container['root.path'] . '/tmp/serializer/',