Set distinct cache directory for voku/simple-cache (#597)
This commit is contained in:
parent
0faf2b9899
commit
92a1106405
@ -1385,7 +1385,7 @@ function serendipity_setupCache() {
|
||||
\voku\cache\AdapterOpCache::class,
|
||||
static function () {
|
||||
global $serendipity;
|
||||
$cacheDir = $serendipity['serendipityPath'] . '/templates_c';
|
||||
$cacheDir = $serendipity['serendipityPath'] . '/templates_c/simple_cache';
|
||||
|
||||
return $cacheDir;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user