* @brief No-Cache directive that appears in the Cache-Control header. */
| 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. |
no outgoing calls
no test coverage detected