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

View File

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