Skip to content

Commit 143b67d

Browse files
committed
nic-112 update links to base example
1 parent 2827db2 commit 143b67d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/base-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "redis-cache-example",
2+
"name": "base-handler-example",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

packages/cache-redis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ See the [`@nimpl/cache` README](../cache/README.md).
136136

137137
## Examples
138138

139-
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/redis-cache)** - Minimal Next.js example
139+
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/base-handler)** - Minimal Next.js example demonstrating filesystem cache handler and cache widget
140140
- **[React Router Example](https://router-bsky.contection.dev/)** - [Source code](https://github.com/alexdln/contection/tree/main/examples/react-router-bsky)
141141
- **[Next.js cacheComponents Example](https://bsky.contection.dev/)** - [Source code](https://github.com/alexdln/contection/tree/main/examples/nextjs-bsky)
142142

packages/cache-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use `getCacheData` as the single entry point for the [widget](https://www.npmjs.
8686

8787
## Examples
8888

89-
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/redis-cache)** - Minimal Next.js example demonstrating redis cache handler and widget setup
89+
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/base-handler)** - Minimal Next.js example demonstrating filesystem cache handler and cache widget
9090

9191
- **[React Router Example](https://router-bsky.contection.dev/)** - [View source code](https://github.com/alexdln/contection/tree/main/examples/react-router-bsky) - Demonstrates cache widget integration with React Router 7 and redis cache handler
9292

packages/cache-widget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ You can use the widget to view all current cache entries by layer: main, ephemer
109109
110110
## Examples
111111

112-
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/redis-cache)** - Minimal Next.js example demonstrating redis cache handler and widget setup
112+
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/base-handler)** - Minimal Next.js example demonstrating filesystem cache handler and cache widget
113113

114114
- **[React Router Example](https://router-bsky.contection.dev/)** - [View source code](https://github.com/alexdln/contection/tree/main/examples/react-router-bsky) - Demonstrates cache widget integration with React Router 7 and redis cache handler
115115

packages/cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ In serverless environments, the `CacheHandler` is initialized on each invocation
273273

274274
## Examples
275275

276-
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/redis-cache)**
277-
- Minimal Next.js example demonstrating redis cache handler and widget setup
276+
- **[Base Example](https://github.com/alexdln/nimpl-cache/tree/main/examples/base-handler)**
277+
- Minimal Next.js example demonstrating filesystem cache handler, cache widget, and readiness check setup
278278

279279
- **[React Router Example](https://router-bsky.contection.dev/)** - [View source code](https://github.com/alexdln/contection/tree/main/examples/react-router-bsky)
280280
- Demonstrates cache widget integration with React Router 7 and redis cache handler

0 commit comments

Comments
 (0)