This Laravel package can cache an entire response. By default, it will cache all successful get-requests that return text-based content (such as HTML and json) for a week. This could potentially speed up the response quite considerably. So the first time a request comes in the package will save the response before sending it to the users. When the same request comes in again we're not going through the entire application but just respond with the saved response.
Features
- By default, the package will cache all successful GET requests for a week
- Documentation available
- Use a console command
- Use model events
- Forget one or several specific URIs
- Prevent a request from being cached
- Purposefully bypass the cache
Categories
FrameworksLicense
MIT LicenseFollow Laravel Response Cache
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel Response Cache!