PrefetchObjectCaches
1. API Description
This interface is used to proactively prefetch content from the origin server to the cache nodes. The first access will directly hit the cache, reducing the load on the origin server.
2. Request Parameters
The following request parameters list only includes the required parameters for the interface.
Parameter Name
Required
Type
Description
objectPaths
Yes
Array of String
Files to prefetch.
3. Output Parameters
Parameter Name
Type
Description
requestId
String
Unique request ID, returned with each request. Provide this requestId when locating issues.
taskId
String
Prefetch task Id
4. Code Example
Prefetch
5. Error Codes
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
Last updated