Skip to content

Commit ab35a91

Browse files
authored
Fixed long sentences
1 parent d769841 commit ab35a91

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

15/umbraco-cms/reference/configuration/cache-settings.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ description: Information on the Cache settings section
66

77
## Seeding settings
88

9-
The seeding settings allows you to specify which content should be seeded into your cache, for more information on cache seeding see [Cache Seeding.](../cache/cache-seeding.md)
9+
The Seeding settings allow you to specify which content should be seeded into your cache. For more information on cache seeding see the [Cache Seeding.](../cache/cache-seeding.md) article.
1010

1111
### ContentTypeKeys
1212

13-
The `ContentTypeKeys` setting is used to specify which document types should be seeded into the cache. The setting is a comma-separated list of document type keys.
13+
The `ContentTypeKeys` setting specifies which Document Types should be seeded into the cache. The setting is a comma-separated list of Document Type keys.
1414

1515
```json
1616
"Umbraco": {
@@ -24,8 +24,7 @@ The `ContentTypeKeys` setting is used to specify which document types should be
2424

2525
### DocumentBreadthFirstSeedCount
2626

27-
The `DocumentBreadthFirstSeedCount` setting is used to specify how many documents should be seeded into the cache when doing a breadth first traversal, the default value is 100.
28-
27+
The `DocumentBreadthFirstSeedCount` setting specifies how many documents should be seeded into the cache when doing a breadth-first traversal. The default value is 100.
2928

3029
```json
3130
"Umbraco": {
@@ -39,7 +38,7 @@ The `DocumentBreadthFirstSeedCount` setting is used to specify how many document
3938

4039
## MediaBreadthFirstSeedCount
4140

42-
The `MediaBreadthFirstSeedCount` setting is used to specify how many media items should be seeded into the cache when doing a breadth first traversal, the default value is 100.
41+
The `MediaBreadthFirstSeedCount` setting specifies how many media items should be seeded into the cache when doing a breadth-first traversal. The default value is 100.
4342

4443
```json
4544
"Umbraco": {
@@ -51,13 +50,13 @@ The `MediaBreadthFirstSeedCount` setting is used to specify how many media items
5150
}
5251
```
5352

54-
## Cache entry settings
53+
## Cache Entry settings
5554

56-
The entry settings allows you to specify how long cache entries should be kept in the cache, the cache entry settings are identical for documents and media.
55+
The Entry settings allow you to specify how long cache entries should be kept. The cache entry settings are identical for documents and media.
5756

5857
## LocalCacheDuration
5958

60-
Specifies the duration that cache entries should be kept in the local memory cache, the default value is 24 hours.
59+
Specifies the duration that cache entries should be kept in the local memory cache. The default value is 24 hours.
6160

6261
```json
6362
"Umbraco": {
@@ -78,7 +77,7 @@ Specifies the duration that cache entries should be kept in the local memory cac
7877

7978
## RemoteCacheDuration
8079

81-
Specifies the duration that cache entries should be kept in the remote cache, second level cache, this setting is only relevant if second level cache is configured. The default value is 1 year.
80+
Specifies the duration that cache entries should be kept in the remote cache, second level cache. This setting is only relevant if a second-level cache is configured. The default value is 1 year.
8281

8382
```json
8483
"Umbraco": {
@@ -99,7 +98,7 @@ Specifies the duration that cache entries should be kept in the remote cache, se
9998

10099
## SeedCacheDuration
101100

102-
Specifies the duration that seeded cache entries should be kept in the cache. The default value is 1 year.
101+
Specifies the duration for which seeded cache entries should be kept in the cache. The default value is 1 year.
103102

104103
```json
105104
"Umbraco": {
@@ -120,11 +119,11 @@ Specifies the duration that seeded cache entries should be kept in the cache. Th
120119

121120
# NuCache Settings
122121

123-
For backwards compatibility reasons, certain settings are still located under the `Umbraco:CMS:NuCache` settings node.
122+
For backward compatibility reasons, certain settings are under the `Umbraco:CMS:NuCache` settings node.
124123

125124
## UsePagedSqlQuery
126125

127-
Setting `UsePagedSqlQuery` to `False` your project will use the `Fetch` method instead of the `QueryPaged` method when rebuilding the NuCache files. This will increase performance on bigger Umbraco websites with a lot of content when rebuilding the NuCache.
126+
Setting `UsePagedSqlQuery` to `False` your project will use the `Fetch` method instead of the `QueryPaged` method when rebuilding the NuCache files. This will increase performance on bigger Umbraco websites with a lot of content when rebuilding the NuCache.
128127

129128
```json
130129
"Umbraco": {
@@ -138,7 +137,7 @@ Setting `UsePagedSqlQuery` to `False` your project will use the `Fetch` method
138137
```
139138
## SqlPageSize
140139

141-
Specifying the `SqlPageSize` will change the size of the paged sql queries, by default the value is 1000.
140+
Specifying the `SqlPageSize` will change the size of the paged SQL queries. The default value is 1000.
142141

143142
```json
144143
"Umbraco": {

0 commit comments

Comments
 (0)