Skip to content

Commit 201ae21

Browse files
committed
Generated Artifacts (cms@cec2d4f)
Finish 5.8.20
1 parent 20a97b2 commit 201ae21

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/.artifacts/cms/5.x/console-commands.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Clear all caches.
7777
</h3>
7878

7979

80-
Asset caches
80+
Asset caches (Local copies of remote images, generated thumbnails)
8181

8282
<h3 id="clear-caches-asset-indexing-data">
8383
<a href="#clear-caches-asset-indexing-data" class="header-anchor">#</a>
@@ -93,31 +93,31 @@ Asset indexing data
9393
</h3>
9494

9595

96-
Compiled classes
96+
Compiled classes (Contents of `storage/runtime/compiled_classes/`)
9797

9898
<h3 id="clear-caches-compiled-templates">
9999
<a href="#clear-caches-compiled-templates" class="header-anchor">#</a>
100100
<code>clear-caches/compiled-templates</code>
101101
</h3>
102102

103103

104-
Compiled templates
104+
Compiled templates (Contents of `storage/runtime/compiled_templates/`)
105105

106106
<h3 id="clear-caches-cp-resources">
107107
<a href="#clear-caches-cp-resources" class="header-anchor">#</a>
108108
<code>clear-caches/cp-resources</code>
109109
</h3>
110110

111111

112-
Control panel resources
112+
Control panel resources (Contents of `@webroot/cpresources/`)
113113

114114
<h3 id="clear-caches-data">
115115
<a href="#clear-caches-data" class="header-anchor">#</a>
116116
<code>clear-caches/data</code>
117117
</h3>
118118

119119

120-
Data caches
120+
Data caches (Anything cached with `Craft::$app->getCache()->set()`)
121121

122122
<h3 id="clear-caches-index">
123123
<a href="#clear-caches-index" class="header-anchor">#</a>
@@ -133,15 +133,15 @@ Lists the caches that can be cleared.
133133
</h3>
134134

135135

136-
Temp files
136+
Temp files (Contents of `storage/runtime/temp/`)
137137

138138
<h3 id="clear-caches-transform-indexes">
139139
<a href="#clear-caches-transform-indexes" class="header-anchor">#</a>
140140
<code>clear-caches/transform-indexes</code>
141141
</h3>
142142

143143

144-
Asset transform index
144+
Asset transform index (Record of generated image transforms)
145145

146146
## `clear-deprecations`
147147

docs/.artifacts/cms/5.x/events.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45058,13 +45058,13 @@
4505845058
{
4505945059
"class": "craft\\services\\Users",
4506045060
"name": "EVENT_BEFORE_SAVE_USER_PHOTO",
45061-
"type": "craft\\services\\UserSavePhotoEvent",
45061+
"type": "craft\\events\\UserPhotoEvent",
4506245062
"desc": "The event that is triggered before a user photo is saved."
4506345063
},
4506445064
{
4506545065
"class": "craft\\services\\Users",
4506645066
"name": "EVENT_AFTER_SAVE_USER_PHOTO",
45067-
"type": "craft\\services\\UserSavePhotoEvent",
45067+
"type": "craft\\events\\UserPhotoEvent",
4506845068
"desc": "The event that is triggered after a user photo is saved."
4506945069
},
4507045070
{

0 commit comments

Comments
 (0)