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: 15/umbraco-cms/reference/configuration/cache-settings.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,29 +184,12 @@ Specifying the `SqlPageSize` will change the size of the paged SQL queries. The
184
184
185
185
## NuCacheSerializerType
186
186
187
-
The `NuCacheSerializerType` setting allows developers to specify the serialization format for NuCache content. This setting is particularly relevant for projects migrating from older versions of Umbraco that relied on JSON formats.
187
+
The `NuCacheSerializerType` setting allows developers to specify the serialization format for cached content.
188
188
189
-
To use JSON serialization instead of the default MessagePack:
189
+
The fastest and most compact format `MessagePack` is used by default.
190
190
191
-
### Using 'Program.cs'
191
+
An alternate `JSON` option was provided for backward compatibility for the Umbraco cache implementation used from Umbraco 8 to 14 (NuCache).
Copy file name to clipboardExpand all lines: 16/umbraco-cms/reference/configuration/cache-settings.md
+6-23Lines changed: 6 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
description: Information on the Cache settings section
2
+
description: Information on the Cache settings section
3
3
---
4
4
5
5
# Cache Settings
@@ -186,29 +186,12 @@ Specifying the `SqlPageSize` will change the size of the paged SQL queries. The
186
186
187
187
## NuCacheSerializerType
188
188
189
-
The `NuCacheSerializerType` setting allows developers to specify the serialization format for NuCache content. This setting is particularly relevant for projects migrating from older versions of Umbraco that relied on JSON formats.
189
+
The `NuCacheSerializerType` setting allows developers to specify the serialization format for cached content.
190
190
191
-
To use JSON serialization instead of the default MessagePack:
191
+
The fastest and most compact format `MessagePack` is used by default.
192
192
193
-
### Using 'Program.cs'
193
+
An alternate `JSON` option was provided for backward compatibility for the Umbraco cache implementation used from Umbraco 8 to 14 (NuCache).
0 commit comments