nextcloud/lib/private/Template
Roeland Jago Douma 82fab4d621 Set the JSCombiner cache if needed
Found while debugging a customer setup. They had to flush their Redis.
Hence the info was no longer there. Since they also used S3 this meant
requesting the files over and over on template render. Which on S3 is
not cheap.

Now we just write it back if we can't get it from the cache in the first
place. So that the next run has it cached properly again.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-07 07:43:25 +00:00
..
Base.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
CSSResourceLocator.php Use the correct root to determinate the webroot for the resource 2020-09-02 17:13:24 +02:00
IconsCacher.php Update license headers for 19 2020-04-29 11:57:22 +02:00
JSCombiner.php Set the JSCombiner cache if needed 2021-01-07 07:43:25 +00:00
JSConfigHelper.php Fix the config key on the sharing expire checkbox 2020-11-24 14:54:02 +00:00
JSResourceLocator.php Update license headers for 19 2020-04-29 11:57:22 +02:00
ResourceLocator.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ResourceNotFoundException.php Update license headers 2019-12-05 15:38:45 +01:00
SCSSCacher.php Clear cached app config while waiting for the SCSSCache to finish processing the file 2020-10-16 15:46:59 +02:00
TemplateFileLocator.php Update license headers for 19 2020-04-29 11:57:22 +02:00