You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/03/29 12:20:49 UTC

[GitHub] [trafficserver] LionsAd opened a new issue #8768: cache_key_genid is missing documentation

LionsAd opened a new issue #8768:
URL: https://github.com/apache/trafficserver/issues/8768


   cache_key_genid is missing documentation, here is what I found out by analyzing the code:
   
   This plugin allows you to use a Kyoto database to increase genid per hostname, hence expiring the cache for a full domain using the zero cost mechanism to set the genid in the cache key.
   
   The additional overhead for the plugin is:
   
   - Parse hostname from given url
   - Check kyoto DB for genid for the given host [DB lookup]
   - Set genid for the cache key dynamically
   
   This plugin takes just one argument:
   
   - The path to the genid kyoto DB
   
   I presume GoDaddy uses this in combination with a purge plugin like remap_purge to write values to the Kyoto DB to expire whole domains.


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org