Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/asciidoc/caching.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ public String simulateLongRun(long time) {

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.

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