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