Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

[Feature Request] Cache Deletion

May 16 15 4:41 pm

If not already implemented..

Cache Deletion

Provide a way for users to be able to delete a certain file, specified by a URL, or the entire website from the cache with just the domain name.


Examples

forum.wingate.com/styles/prosilver/imageset/qbik_logo.gif | Only deletes the gif

forum.wingate.com/* | Deletes all saved files for this domain name

*.wingate.com | Deletes all files from every single domain name. This would also affect websites that have no sub-domains i.e. wingate.com


Thanks,
Talicada

Re: [Feature Request] Cache Deletion

May 18 15 11:40 am

Hi

Short answer is we can't do this sorry. We index on MD5 of the URI, and there's no way back to the URL from that. This is because URLs are variable length and can be very long (many 10s of kB).

You can disable caching for a site though, and in flow-chart policy you can prevent a request being satisfied from cache.

Also if you want to replace content in a cache, a force refresh in a browser pointing to that site should do it.

Regards

Adrien de Croy
Post a reply