Hi all,

When caches sit behind load balancers, the server might be called http://node 567:8080/, while you might want to cache the entities using keys derived from the public endpoint http://example.com/.

To make this possible, I plan a CacheKeyBaseURL, which allows you to override the scheme, hostname and port of cached URLs in the reverse proxy case. This allows you to keep your cache entries consistent with one another, and allows you to delete a single URL entry across a cluster of caches.

Regards,
Graham
--

Reply via email to