We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3d901 commit 958b88dCopy full SHA for 958b88d
docs/pages/product/caching.mdx
@@ -3,7 +3,7 @@ redirect_from:
3
- /caching
4
---
5
6
-# Overview
+# Caching Overview
7
8
<div style={{ textAlign: "center" }}>
9
<img
@@ -19,7 +19,7 @@ and is active by default.
19
20
Cube's [in-memory cache](#in-memory-cache) acts as a buffer for your database
21
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
+users. [Pre-aggregations](#pre-aggregations) are designed to provide the
23
right balance between time to insight and querying performance.
24
25
To reset the **in-memory** cache in development mode, just restart the server.
0 commit comments