Libraries tagged by cache response
codicastudio/response-cache
4 Downloads
A random Codica Studio package.
cleardevice/slim-middleware-apc-cache
47 Downloads
Cache Middleware for PHP Slim 2.* micro framework using APCu Cache with response ttl setup
angelleger/laravel-response-cache
1 Downloads
Fast response caching for Laravel APIs with ETag, Redis tags, per-route TTLs, and safe auth-variation.
aklump/slim-response-cache
26 Downloads
Slim middleware for caching responses for subsequent requests.
aalfiann/buffer-cache
37 Downloads
Cache the response page with buffer support.
mscharl/laravel-static-html-cache
5509 Downloads
store/cache generated responses as a static file
media24si/response-cache
131 Downloads
Laravel 5 Response Cache Middleware
collingmedia/laravel-cache
89 Downloads
Caching of responses based on full URL except user.
epiphany/service-cache-bundle
33 Downloads
Cache or store responses from a Symfony2 service by annotating its methods
weiwang/slim-redis-cache
16 Downloads
slim redis cache for all http response
pbxg33k/phalcon-dummy-backend-cache
6 Downloads
This is a library which doesn't cache but still offers a class that responses to the cache methods. Useful for developing/testing without cache.
iqbalmalik89/guzzle-application-cache-subscriber
9 Downloads
Guzzle Plugin resp. Guzzle Subscriber to selectively cache a request/response on application level.
zpetr/api-tools-cache
355 Downloads
Response content and header cache module for Laminas Api Tools
etdsolutions/jquery-ajax-localstorage-cache
17 Downloads
Store ajax responses using the browser's local storage cache
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.