From 5433deefd6c86cdaaa1f63d9b8aaeb0693e8e054 Mon Sep 17 00:00:00 2001 From: Rich Gwozdz Date: Mon, 29 Apr 2024 14:34:52 -0700 Subject: [PATCH] fix: update available cache list (#132) --- _docs/available-plugins/caches.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_docs/available-plugins/caches.md b/_docs/available-plugins/caches.md index db21b2d..3f2d5bb 100644 --- a/_docs/available-plugins/caches.md +++ b/_docs/available-plugins/caches.md @@ -5,11 +5,11 @@ permalink: /docs/available-plugins/caches Koop uses a **cache** to store data from third party providers. This helps reduce requests to other servers, bypass rate limiting issues, and speed up response times. -
-#### Officially Supported - -| name | version | build status | koop compatibility | -| --- | --- | --- | --- | -| [Memory](https://github.com/koopjs/koop-cache-memory) | [![npm](https://img.shields.io/npm/v/koop-cache-memory.svg?style=flat-square)](https://www.npmjs.com/package/koop-cache-memory) | [![travis](https://img.shields.io/travis/koopjs/koop-cache-memory/master.svg?style=flat-square)](https://travis-ci.org/koopjs/koop-cache-memory) | 3.x | -| [Redis](https://github.com/koopjs/koop-cache-redis) | [![npm](https://img.shields.io/npm/v/koop-cache-redis.svg?style=flat-square)](https://www.npmjs.com/package/koop-cache-redis) | [![travis](https://img.shields.io/travis/koopjs/koop-cache-redis/master.svg?style=flat-square)](https://travis-ci.org/koopjs/koop-cache-redis) | 3.x | -| [PostGIS](https://github.com/koopjs/koop-pgcache) | [![npm](https://img.shields.io/npm/v/koop-pgcache.svg?style=flat-square)](https://www.npmjs.com/package/koop-pgcache) | [![travis](https://img.shields.io/travis/koopjs/koop-pgcache/master.svg?style=flat-square)](https://travis-ci.org/koopjs/koop-pgcache) | 3.0.0-alpha.29 | +### Officially Supported + +| name | version | +| --- | --- | +| [Memory](https://github.com/koopjs/koop/tree/master/packages/cache-memory) | [![npm](https://img.shields.io/npm/v/@koopjs/cache-memory.svg?style=flat-square)](https://www.npmjs.com/package/@koopjs/cache-memory) | +| [Redis](https://github.com/koopjs/koop-cache-redis) | [![npm](https://img.shields.io/npm/v/@koopjs/cache-redis.svg?style=flat-square)](https://www.npmjs.com/package/@koopjs/cache-redis) | +|[Apache-Ignite](https://github.com/koopjs/koop-cache-apache-ignite) | [![npm](https://img.shields.io/npm/v/@koopjs/cache-apache-ignite.svg?style=flat-square)](https://www.npmjs.com/package/@koopjs/cache-apache-ignite)| +