Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ calculateCacheKey
Function
calculateCacheKey
CesiumAsync/src/CachingAssetAccessor.cpp:441–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
}
440
441
std::string calculateCacheKey(const IAssetRequest& request) {
442
// TODO: more complete cache key
443
return request.url();
444
}
445
446
std::time_t calculateExpiryTime(
447
const IAssetRequest& request,
Callers
1
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected