You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/caching.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,4 @@ public String simulateLongRun(long time) {
54
54
55
55
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.
56
56
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