mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 22:06:43 +02:00
Moved File Page cache into /cache/pages subfolder
This commit is contained in:
@@ -118,7 +118,7 @@ class Cache extends Getters
|
||||
break;
|
||||
|
||||
default:
|
||||
$driver = new \Doctrine\Common\Cache\FilesystemCache(CACHE_DIR);
|
||||
$driver = new \Doctrine\Common\Cache\FilesystemCache(CACHE_DIR.'pages/');
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user