Popularity
2.0
Declining
Activity
0.0
Stable
3
2
0
Monthly Downloads: 2
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
wai-middleware-caching alternatives and similar packages
Based on the "wai" category.
Alternatively, view wai-middleware-caching alternatives based on common mentions on social networks and blogs.
-
wai-middleware-static
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-cli
DISCONTINUED. Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown | now on https://codeberg.org/unrelentingtech/wai-cli -
wai-middleware-static-caching
WAI middleware that intercepts requests to static files and serves them if they exist.
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
Promo
influxdata.com

Do you think we are missing an alternative of wai-middleware-caching or a related project?
README
This project has two homes. It is ok to work in github, still, for a better decentralized web please consider contributing (issues, PR, etc...) throught:
Caching Wai Middlewares
This repository provide WAI middlewares caching ability.
To minimize code dependency, there are three different packages.
wai-middleware-caching
: Backend agnostic cache middleware. You'll need to provide aCacheBackend
value to make it works.wai-middleware-caching-lru
: Uselrucache
as cache backend (RAM only)wai-middleware-caching-redis
: Use Redis as cache backend.