All Notable changes to laravel-responsecache
will be documented in this file
- Fixed an issue where the cache middleware could'nt correctly determine the currently authenticated user
- Fixed an issue where cached request were still served even if the package was disabled via the config file
- Fixed an issue where the cache header could not be set
- BaseCacheProfile has been made abstract (as it should have been all along)
- Default cachetime
- A command to flush the response cache
- Everything