Ajax calls - LS Cache
Closed this issue · 1 comments
eliassdogos commented
Are ajax calls(post , get) cached by LScache or not?
lucasRolff commented
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
.