- NuCache is working.
- NuCache says: {{vm.status}}
-
-
-
This lets you refresh the status, or collect snapshots (after running a CLR GC).
-
-
-
-
-
-
-
-
-
- This lets you rebuild the database cache (status above), ie the content of the cmsContentNu table.
- Rebuilding can be expensive.
+
+ (wait)
+ {{vm.status}}
-
+
-
+
Memory Cache
- This lets you reload the in-memory and local file cache by entirely reloading it from
- the data in the cmsContentNu table, but it does not rebuild that table. This is relatively
- fast. Triggers the reload on all servers in an LB environment.
+ This button lets you reload the in-memory cache, by entirely reloading it from the database
+ cache (but it does not rebuild that database cache). This is relatively fast.
+ Use it when you think that the memory cache has not been properly refreshed, after some events
+ triggered—which would indicate a minor Umbraco issue.
+ (note: triggers the reload on all servers in an LB environment).
+
Database Cache
+
+
+ This button lets you rebuild the database cache, ie the content of the cmsContentNu table.
+ Rebuilding can be expensive.
+ Use it when reloading is not enough, and you think that the database cache has not been
+ properly generated—which would indicate some critical Umbraco issue.
+
+
+
+
+
+
+
Internals
+
+
+ This button lets you trigger a NuCache snapshots collection (after running a fullCLR GC).
+ Unless you know what that means, you probably do not need to use it.
+