litespeedtech/lscache-laravel

Ajax calls - LS Cache

Closed this issue · 1 comments

Are ajax calls(post , get) cached by LScache or not?

POST requests are not cached. GET requests are cached if you're hitting endpoints where the lscache middleware is set to anything else than no-cache.