igor-alexandrov / wiselinks

If Turbolinks are not enough for you. Wiselinks makes your application work faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use http cache with wiselink request

VarunBatraIT opened this issue · comments

I was playing around cache in http://varunbatra.com/

What I have observed is, you can't have a cache if it is a wiselink request.

I have looked into the codes:

self.headers['Cache-Control'] = 'no-cache, no-store, max-age=0, must-revalidate'

Do we want this code here? Shouldn't there is an option to disable this setting of header?