.. meta:: :description: This documentation will guide you through the use of the Memset API. .. index:: double: Methods; website_firewall .. _website_firewall: Website Firewall Methods ------------------------ Api for managing a Sucuri Website Firewall .. function:: website_firewall.clear_cache Clear the cache of a list of paths for a site protected by a Website Firewall. If 'paths' isnt given, clear the entire cache. :param domain: The domain of the Website Firewall Platform. Must be a valid domain/subdomain :type domain: String :param paths: The paths to be cleared from the cache, eg ["/path1.html", "logo.png"]. You can only clear a maximum of 500 pages in one request. :type paths: List, Optional :returns: A dictionary as described in :func:`job.status`.