mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01: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