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

Method noCache

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

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

Source from the content-addressed store, hash-verified

53 * @brief No-Cache directive that appears in the Cache-Control header.
54 */
55 inline bool noCache() const noexcept { return _noCache; }
56
57 /**
58 * @brief No-Store directive that appears in the Cache-Control header.

Calls

no outgoing calls

Tested by

no test coverage detected