/** * Totally remove all cached beans */ public static function clearCache() { self::$loadedBeans = array(); self::$total = 0; self::$hits = 0; }