Download the PHP package oxhq/cachelet-request without Composer
On this page you can find all versions of the php package oxhq/cachelet-request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oxhq/cachelet-request
More information about oxhq/cachelet-request
Files in oxhq/cachelet-request
Download oxhq/cachelet-request
More information about oxhq/cachelet-request
Files in oxhq/cachelet-request
Vendor oxhq
Package cachelet-request
Short Description Request and response caching integration for Cachelet.
License MIT
Homepage https://github.com/oxhq/cachelet
Package cachelet-request
Short Description Request and response caching integration for Cachelet.
License MIT
Homepage https://github.com/oxhq/cachelet
Please rate this library. Is it a good library?
Informations about the package cachelet-request
cachelet-request
Route response caching with explicit vary dimensions and Cachelet coordinates.
cachelet-request turns response caches into inspectable request-family entries with route metadata, vary inputs, namespace invalidation, and safe bypass behavior.
Install
Best Fit
Use this package when route responses are expensive, cacheable, and need explicit vary rules.
It provides:
- route
->cachelet()integration - middleware-driven response caching
- vary by query string, headers, locale, and authenticated user
- namespace invalidation for request caches
- bypass behavior for streamed, binary, and non-cacheable responses
- canonical
module = requestcoordinates and telemetry
Example
Contract
Defaults in 0.2.x:
- cacheable methods:
GET,HEAD - cacheable statuses:
200 - streamed and binary responses are bypassed
- non-cacheable SWR refresh callbacks preserve the last good cacheable payload
Docs
../../docs/operations.md../../docs/operator-questions.md../../docs/install-matrix.md
All versions of cachelet-request with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/auth Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/routing Version ^12.0|^13.0
oxhq/cachelet-core Version ^0.3
illuminate/auth Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/routing Version ^12.0|^13.0
oxhq/cachelet-core Version ^0.3
The package oxhq/cachelet-request contains the following files
Loading the files please wait ...