@@ -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
0 commit comments