Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class Task

Returns:
Method Node cache purge method, with values:
  • invalidate: Marks as expired. A back-to-origin validation is triggered upon user request, sending an HTTP conditional request with If-None-Match and If-Modified-Since headers. If the origin server responds with 200, the node will fetch new resources from the origin and update the cache; if the origin server responds with 304, the cache will not be updated;
  • delete: Directly deletes the node's cache, triggering a resource fetch from the origin upon user request.
  • Note: This field may return null, which indicates a failure to obtain a valid value.
    Parameters:
    Method - Node cache purge method, with values:
  • invalidate: Marks as expired. A back-to-origin validation is triggered upon user request, sending an HTTP conditional request with If-None-Match and If-Modified-Since headers. If the origin server responds with 200, the node will fetch new resources from the origin and update the cache; if the origin server responds with 304, the cache will not be updated;
  • delete: Directly deletes the node's cache, triggering a resource fetch from the origin upon user request.
  • Note: This field may return null, which indicates a failure to obtain a valid value.
    Skip navigation links

    Copyright © 2024. All rights reserved.