cesium-native 0.43.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. | |
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 88 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 96 of file CacheItem.h.
CacheRequest CesiumAsync::CacheItem::cacheRequest |
The cache request owned by this cache item.
Definition at line 112 of file CacheItem.h.
CacheResponse CesiumAsync::CacheItem::cacheResponse |
The cache response owned by this cache item.
Definition at line 117 of file CacheItem.h.
std::time_t CesiumAsync::CacheItem::expiryTime |
The time point that this cache item is expired.
Definition at line 107 of file CacheItem.h.