ctx-cache-control
Cache manager
An extension for Koa that adds caching control to its context objects.
Augment Koa with ctx.cacheControl(maxAge)
10 stars
9 watching
3 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/cash | A caching middleware for Koa.js applications that supports multiple storage options and compression | 153 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
koajs/ctx-paginate | Koa pagination middleware and view helpers | 17 |
koajs/s3-cache | An S3 caching middleware for Koa.js applications | 12 |
koajs/static-cache | A static cache library for Koa applications. | 293 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
koajs/snapshot | Caches request data based on the request path and takes snapshots of requests. | 10 |
koajs/compress | Middleware for compressing responses in Koa applications | 437 |
fulls1z3/ngx-cache | A utility library for caching and managing data in Angular applications. | 154 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 734 |
jakewharton/rxreplayingshare | An RxJava transformer that combines replay, publish, and refCount operators to manage caching of upstream observables or flows. | 626 |
koajs/onerror | Provides an error handling mechanism for Koa applications by directly manipulating the application's ctx.onerror property. | 140 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,005 |
koajs/session | A session management middleware for Koa applications | 902 |
koajs/locales | An internationalization solution for Koa.js applications | 68 |