mirror of
https://github.com/getgrav/grav.git
synced 2026-05-23 17:49:41 +02:00
Fix a bug in MemoryCache
This commit is contained in:
@@ -28,7 +28,7 @@ class MemoryCache extends AbstractCache
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
parent::__construct('', 300);
|
||||
}
|
||||
|
||||
public function doGet($key, $miss)
|
||||
|
||||
Reference in New Issue
Block a user