Skip to content

Commit e126bff

Browse files
authored
Fix Typo in Cache Documentation. (#1734)
Closes #1525.
1 parent 6194b07 commit e126bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/caching.adoc

+1-1
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)