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