Beispiel #1
0
	public static function init()
	{		
		self::$c = CacheFactory::initCache();
		
		if (self::$c != null) return true;
		return false;
	}