Skip to content

Commit 2f1f669

Browse files
committed
Add note about obsolete methods in Settings Dashboards article
1 parent 05c0f88 commit 2f1f669

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

15/umbraco-cms/fundamentals/backoffice/settings-dashboards.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,16 @@ For more information about Examine Management, see the [Examine Management](../.
3232

3333
<summary>Published Status</summary>
3434

35-
The Published Status dashboard displays the status of your site in the Published Cache Status section alongside the Content and Media nodes value. The Caches section provides three options: Memory Cache, Database Cache, and Internals (NuCache).
35+
The Published Status dashboard displays the status of your site in the Published Cache Status section alongside the Content and Media nodes value. The Caches section provides three options: Memory Cache, Database Cache, and Internals.
3636

3737
* Memory Cache - Reloads the in-memory cache by entirely reloading it from the database cache. Use it when you think that the memory cache has not been properly refreshed.
3838
* Database Cache - Rebuilds the database cache that is the content of the `cmsContentNu` table. Use it when reloading the Memory Cache is not enough and you think that the database cache has not been properly generated.
3939
* Internals - Lets you trigger a NuCache snapshots collection.
4040

41+
{% hint style="info"%}
42+
As of Umbraco 15 `IPublishedSnapshot`, `IPublishedSnapshotAccessor` & `SnapshotCache` are all obsolete.
43+
{%endhint%}
44+
4145
</details>
4246

4347
<details>

0 commit comments

Comments
 (0)