JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.21k stars 118 forks source link

How to disable cache for admin route? #98

Closed caocanhlinh closed 2 years ago

JosephSilber commented 2 years ago

Caching is applied via the page-cache middleware. Any routes that shouldn't be cached should not have that middleware applied.