private static function is_cached($hashed_content)
 {
     return self::$parsing_cache->contains($hashed_content);
 }