bryancall commented on issue #9911: URL: https://github.com/apache/trafficserver/issues/9911#issuecomment-4012679016
The cache inspector was removed in ATS 10 ([PR #10710](https://github.com/apache/trafficserver/pull/10710)). For purging cached objects: - **Single URL**: Use the `PURGE` HTTP method (see [Removing an Object From the Cache](https://docs.trafficserver.apache.org/en/latest/admin-guide/storage/index.en.html#removing-an-object-from-the-cache)) - **Pattern/regex**: The `cache_scan` example plugin in `example/plugins/c-api/cache_scan/` can iterate cache entries and delete by pattern - **Offline**: `traffic_cache_tool` has a scan mode for inspecting cache contents If you have any follow-up questions, please open a new GitHub issue or reopen this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
