Esempio n. 1
0
	/**
	 * Empties the cache
	 */
	public static function invalidateCache()
	{
		self::$_cache = array();
	}