MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / noStore

Method noStore

CesiumAsync/src/ResponseCacheControl.h:60–60  ·  view source on GitHub ↗

* @brief No-Store directive that appears in the Cache-Control header. */

Source from the content-addressed store, hash-verified

58 * @brief No-Store directive that appears in the Cache-Control header.
59 */
60 inline bool noStore() const noexcept { return _noStore; }
61
62 /**
63 * @brief No-Transform directive that appears in the Cache-Control header.

Callers 4

TestDiskCache.cppFile · 0.80
shouldCacheRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected