Skip to content

Commit 958b88d

Browse files
docs: Caching page fixes (#7655)
1 parent be3d901 commit 958b88d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/product/caching.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ redirect_from:
33
- /caching
44
---
55

6-
# Overview
6+
# Caching Overview
77

88
<div style={{ textAlign: "center" }}>
99
<img
@@ -19,7 +19,7 @@ and is active by default.
1919

2020
Cube's [in-memory cache](#in-memory-cache) acts as a buffer for your database
2121
when there's a burst of requests hitting the same data from multiple concurrent
22-
users while [pre-aggregations](#pre-aggregations) are designed to provide the
22+
users. [Pre-aggregations](#pre-aggregations) are designed to provide the
2323
right balance between time to insight and querying performance.
2424

2525
To reset the **in-memory** cache in development mode, just restart the server.

0 commit comments

Comments
 (0)