cesium-native
0.41.0
|
Cache item retrieved from the cache database. More...
#include <CesiumAsync/CacheItem.h>
Public Member Functions | |
CacheItem (std::time_t cacheExpiryTime, CacheRequest &&request, CacheResponse &&response) | |
Constructor. More... | |
Public Attributes | |
std::time_t | expiryTime |
The time point that this cache item is expired. | |
CacheRequest | cacheRequest |
The cache request owned by this cache item. | |
CacheResponse | cacheResponse |
The cache response owned by this cache item. | |
Cache item retrieved from the cache database.
Definition at line 89 of file CacheItem.h.
|
inline |
Constructor.
cacheExpiryTime | the time point this cache item will be expired |
request | the cache request owned by this item |
response | the cache response owned by this item |
Definition at line 97 of file CacheItem.h.