public static class PurgeCache.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PurgeCache |
build() |
PurgeCache.Builder |
copy(PurgeCache model) |
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 ). |
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
).
resources
- the value to setpublic PurgeCache build()
public PurgeCache.Builder copy(PurgeCache model)
Copyright © 2016–2024. All rights reserved.