public class PurgeCacheMessage extends Object
Message reporting that a specific cache should be purged
See http://schemas.taskcluster.net/purge-cache/v1/purge-cache-message.json#
| Modifier and Type | Field and Description |
|---|---|
String |
cacheName
Name of cache to purge.
|
String |
provisionerId
provisionerId under which the workerType we want to purge for exists. |
int |
version
Message version
|
String |
workerType
workerType we wish to purge cache for. |
| Constructor and Description |
|---|
PurgeCacheMessage() |
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.
public String provisionerId
provisionerId under which the workerType we want to purge for exists.
public int version
Message version
public String workerType
workerType we wish to purge cache for.
Copyright © 2014–2015 Mozilla. All rights reserved.