mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Gelato: Cache class updates
This commit is contained in:
@@ -22,14 +22,14 @@ class Cache
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public static $cache_dir = '';
|
||||
protected static $cache_dir = '';
|
||||
|
||||
/**
|
||||
* Cache file ext
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public static $cache_file_ext = 'txt';
|
||||
protected static $cache_file_ext = 'txt';
|
||||
|
||||
/**
|
||||
* Cache life time (in seconds)
|
||||
|
Reference in New Issue
Block a user