Description
This is the inverse of the existing TSHttpTxnCacheLookupUrlGet(), with the same prototype. The typical use case is to use this new API rather than the old TSCacheUrlSet(), which is inefficient in that it requires a series of step to stringify and then URL parse the string again. Using this API, we avoid both of those steps, and do all work on the cache key (Lookup URL) using normal URL APIs.
I will put this through the normal API review process.
Attachments
Issue Links
- is related to
-
TS-1118 Modify how we manage the cache key / MD5 / lookup_url in the CacheSM / HttpSM.
- Open