cesium-native  0.41.0
CesiumAsync::CacheRequest Class Reference

Cache request retrieved from the cache database. More...

#include <CesiumAsync/CacheItem.h>

Public Member Functions

 CacheRequest (HttpHeaders &&cacheHeaders, std::string &&cacheMethod, std::string &&cacheUrl)
 Constructor. More...
 

Public Attributes

HttpHeaders headers
 The headers of the request.
 
std::string method
 The method of the request.
 
std::string url
 The url of the request.
 

Detailed Description

Cache request retrieved from the cache database.

Definition at line 54 of file CacheItem.h.

Constructor & Destructor Documentation

◆ CacheRequest()

CesiumAsync::CacheRequest::CacheRequest ( HttpHeaders &&  cacheHeaders,
std::string &&  cacheMethod,
std::string &&  cacheUrl 
)
inline

Constructor.

Parameters
cacheHeadersthe headers of the request
cacheMethodthe method of the request
cacheUrlthe url of the request

Definition at line 62 of file CacheItem.h.


The documentation for this class was generated from the following file: