]> source.dussan.org Git - nextcloud-server.git/commit
Cache SCSS dependency file in memcache
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 21 Mar 2017 20:53:20 +0000 (21:53 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Wed, 22 Mar 2017 19:14:08 +0000 (20:14 +0100)
commite3925ba2a1de18692f2687569c1f490a24ec11d3
tree80652f6927a23ac680921ecbdc36d7ea5a9a3185
parent8b75e9b8a01f4dcd8404d1231f96461a4f405c67
Cache SCSS dependency file in memcache

Since reading a file from disks can be costly. Lets store the dependency
json also in memcache.

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