spiral-project / daybed

Form validation and data storage API
http://daybed.rtfd.org/
BSD 3-Clause "New" or "Revised" License
53 stars 8 forks source link

Varnish configuration #197

Open Natim opened 10 years ago

Natim commented 10 years ago

It could be nice to create a varnish configuration that invalidate the cache for GET /models/modelname for a POST or PUT on its /records and that handle the HawkId

almet commented 10 years ago

I think it's not possible to cache with the hawk id, since it's not the same on each request.

leplatrem commented 9 years ago

We could at least cache the list view when fetched anonymously?