Skip to content

Caching Improvements

Compare
Choose a tag to compare
@timopruesse timopruesse released this 02 Dec 22:52
· 59 commits to master since this release
  • Changed the cached representation of the response

Laravel storage adapters

You can disable caching for empty responses in the config now by setting allow_empty to false.

Check out the example configuration for more information on how to set it.