/** * Reset the cache flushing it and returning it to its default size. */ static function resetCache() { self::$cache = array(); self::$entries = array(); self::$size = self::CACHESIZE; }