Lines Matching refs:cache

123  * fixed edge case in the method cache for Twig attributes
131 * fixed a race condition handling when writing cache files
149 * turned fatal error into exception when a previously generated cache is corrupted
150 * fixed offline cache warm-ups for embedded templates
212 * added template cache invalidation based on more environment options
221 * removed usage of realpath in cache keys
222 * fixed Twig cache sharing when used with different versions of PHP
231 * fixed a potential PHP warning when loading the cache
257 * made file cache tolerant for trailing (back)slashes on directory configuration
274 * fixed regression when using null as a cache strategy
279 * changed template cache names to take into account the Twig C extension
292 … added an option to force PHP bytecode invalidation when writing a compiled template into the cache
294 * changed template cache names to take into account enabled extensions
297 * added a way to override the filesystem template cache system
338 * optimized the number of inodes and the size of realpath cache when using the cache
353 * fixed filesystem loader cache when different file paths are used for the same template
363 * fixed cache management with statcache
430 * fixed the filesystem loader cache when a template name exists in several namespaces
622 * fixed the creation of the cache directory in case of a race condition
706 * added cache reloading when auto_reload is true and an extension has been modified
765 Flush your cache after upgrading.
898 * fixed race condition when writing template cache
913 * fixed default cache umask
939 * changed the cache option to only accepts an explicit path to a cache directory or false
991 * changed the Array and String loaders to actually make use of the cache mechanism
1017 The loaders do not take the cache and autoReload arguments anymore. Instead,
1018 the Twig_Environment class has two new options: cache and auto_reload.
1028 'cache' => '/path/to/compilation_cache',
1033 * made cache and auto_reload options of Twig_Environment instead of arguments of Twig_Loader
1045 * changed the cache extension to .php
1051 * changed default directory permission when cache dir does not exist (more secure)
1058 * fixed empty cache files when the template contains an error