This commit is contained in:
rMalie
2011-07-19 13:55:53 +00:00
parent c620f4ce09
commit 290e1f1f87
4 changed files with 33 additions and 27 deletions
+5 -1
View File
@@ -27,7 +27,7 @@
abstract class CacheCore
{
/** @var Cache */
protected static $_instance;
protected $_keysCached;
protected $_tablesCached = array();
@@ -43,6 +43,10 @@ abstract class CacheCore
'guest',
'pagenotfound',
'page_viewed');
/**
* @return Cache
*/
public static function getInstance()
{
if(!isset(self::$_instance))