]> source.dussan.org Git - nextcloud-server.git/commit
Cache deps list to memcache on write not on first read 4893/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 16 May 2017 07:01:20 +0000 (09:01 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 16 May 2017 07:01:20 +0000 (09:01 +0200)
commit6afd098a94a1354209846eea8512bf876d7dcfa5
tree1840f51f67d41c8c2d7037d6414b9fa891db4b2e
parente920e2028491ad841b6c6765f72bfa947a47ea9f
Cache deps list to memcache on write not on first read

Fixes #4886

Caching on first read leads to the bug that if the files are updated we
will never cache again. Since we will always fetch from the memcache
(which works) and then see that the files are newer.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Template/JSCombiner.php