nextcloud-server/lib/private/Template
Roeland Jago Douma ed1dcd3651
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-06 16:15:17 +01:00
..
Base.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
CSSResourceLocator.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
IconsCacher.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
JSCombiner.php Set the JSCombiner cache if needed 2021-01-06 16:15:17 +01:00
JSConfigHelper.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00
JSResourceLocator.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
ResourceLocator.php
ResourceNotFoundException.php
SCSSCacher.php Avoid SCSS compilation if not needed 2020-11-06 11:31:36 +01:00
TemplateFileLocator.php