Class PurgeCache.Builder

  • Enclosing class:
    PurgeCache

    public static class PurgeCache.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • resources

        public PurgeCache.Builder resources​(List<String> resources)
        A resource to purge, specified by either a hostless absolute path starting with a single slash (Example: /path/to/resource) or by a relative path in which the first component will be interpreted as a domain protected by the WAAS policy (Example: example.com/path/to/resource).
        Parameters:
        resources - the value to set
        Returns:
        this builder