Description
All plugins should be using ``TSHttpTxnCacheLookupUrlSet`` in preference to ``TSCacheUrlSet``. Basically everyone uses the latter.
Note that ``TSCacheUrlSet`` will only succeed the first time a plugin sets the lookup URL.
The Lua plugin has APIs to call both, which is weird; only one should be necessary.