litespeedtech / lscache-laravel

LSCache for Laravel framework
GNU General Public License v3.0
51 stars 14 forks source link

Ajax calls - LS Cache #19

Closed eliassdogos closed 3 years ago

eliassdogos commented 3 years ago

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

lucasRolff commented 3 years ago

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.