3rd-Eden / versions

Versions, A small module for creating a flexible CDN application
204 stars 13 forks source link

Add option to ignore query string #29

Closed eboskma closed 10 years ago

eboskma commented 10 years ago

When you use querystring parameters that are not used on the server, including the querystring in the cache key would bypass the cache every time when the parameters change.

This PR adds an option to ignore the querystring when building the cache key.

3rd-Eden commented 10 years ago

Thanks for the pull request.