public class OpenPurgeRequestList.RequestsEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
before
All caches that match this provisionerId, workerType, and cacheName must be destroyed if they were created before this time.
|
String |
cacheName
Name of cache to purge.
|
String |
provisionerId
ProvisionerId associated with the workerType.
|
String |
workerType
Workertype cache exists on.
|
| Constructor and Description |
|---|
RequestsEntry() |
public Date before
All caches that match this provisionerId, workerType, and cacheName must be destroyed if they were created before this time.
public String cacheName
public String provisionerId
ProvisionerId associated with the workerType.
public String workerType
Workertype cache exists on.
Copyright © 2014–2018 Mozilla. All rights reserved.