Skip to content

Commit 140c169

Browse files
committed
Fix Typo in Cache Documentation. (#1734)
Closes #1525.
1 parent 76b9c26 commit 140c169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/caching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ public String simulateLongRun(long time) {
5454

5555
If you run the method multiple times, you'll see a set operation happening first, followed by multiple get operations and no sleep time (which fakes the expensive execution). You can store whatever you want, if it is JSON of course you can access it through views and look at it in the Web UI.
5656

57-
Note that to use cache.clear() or catch.invalidate(), the bucket must have a primary key.
57+
Note that to use cache.clear() or cache.invalidate(), the bucket must have a primary key.

0 commit comments

Comments
 (0)