| 492 | -------------------------------------------------------------------------*/ |
| 493 | |
| 494 | inline void |
| 495 | URL::hash_get(CryptoHash *hash, bool ignore_query, cache_generation_t generation) const |
| 496 | { |
| 497 | ink_assert(valid()); |
| 498 | url_CryptoHash_get(m_url_impl, hash, ignore_query, generation); |
| 499 | } |
| 500 | |
| 501 | /*------------------------------------------------------------------------- |
| 502 | -------------------------------------------------------------------------*/ |