public class PurgeCacheRequest extends Object
Request that a message be published to purge a specific cache.
See https://schemas.taskcluster.net/purge-cache/v1/purge-cache-request.json#
| Modifier and Type | Field and Description |
|---|---|
String |
cacheName
Name of cache to purge.
|
| Constructor and Description |
|---|
PurgeCacheRequest() |
public String cacheName
Name of cache to purge. Notice that if a workerType have multiple kinds of caches (with independent names), it should purge all caches identified by cacheName regardless of cache type.
See https://schemas.taskcluster.net/purge-cache/v1/purge-cache-request.json#/properties/cacheName
Copyright © 2014–2018 Mozilla. All rights reserved.