express-aggressive-cache:用于Express的积极但服从的缓存中间件

时间:2024-03-06 20:50:33
【文件属性】:

文件名称:express-aggressive-cache:用于Express的积极但服从的缓存中间件

文件大小:264KB

文件格式:ZIP

更新时间:2024-03-06 20:50:33

api redis middleware json express

表达积极的缓存 一种激进但听话的高速缓存中间件。 特征 即插即用 内置TypeScript支持 多个数据存储(内存和Redis) 经过全面测试 入门 安装 要在项目中使用express-aggressive-cache,请运行: npm install express-aggressive-cache 用法 示例-应用程序范围的缓存: import express from "express" ; import cache from "express-aggressive-cache" ; const app = express ( ) ; app . use ( cache ( { maxAge : 3600 } ) . middleware ) ; app . get ( "/hello" , ( req , res ) => { res . json ( {


【文件预览】:
express-aggressive-cache-master
----.nvmrc(7B)
----package.json(3KB)
----.github()
--------FUNDING.yml(25B)
----jest.config.js(490B)
----LICENSE(1KB)
----src()
--------chunk.ts(3KB)
--------tests()
--------cache-behavior.ts(223B)
--------cache-key.test.ts(2KB)
--------middleware.ts(6KB)
--------should-cache.ts(490B)
--------cache-key.ts(901B)
--------types.ts(3KB)
--------stores()
--------utils()
--------index.ts(365B)
--------middleware.test.ts(1KB)
----.npmignore(154B)
----.eslintrc.js(618B)
----tsconfig.json(515B)
----docker-compose.yml(195B)
----.gitignore(56B)
----webpack.config.js(2KB)
----.circleci()
--------config.yml(2KB)
----README.md(9KB)
----yarn.lock(322KB)
----publish.sh(635B)
----redis.sh(352B)

网友评论