bitovi / velocirender

Accelerated server-side rendering.
https://bitovi.github.io/velocirender/
MIT License
128 stars 5 forks source link

Separate file cache by domain #23

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

Currently all caches live together which is unwanted if someone is using the same incremental install for more than one remote domain. The solution is to add to a subfolder like .inccache/[url]. Need to figure out how to make a URL into a valid folder name. Here's one module that can do that.