1
0
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:
Awilum
2013-01-17 23:19:39 +02:00
parent 6f97bf10e7
commit 0f47fd5d50

View File

@@ -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)