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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,10 @@ In the example above, the last `li` tag is removed.
187
187
### Other
188
188
189
189
-_: **Execute script** - Value: `Script code`
190
+
- cd: **Cache** - Value: `Cache duration` (Specifies the cache duration in seconds. Inserting the (*) character instead of a numeric value creates a permanent cache.)
191
+
- cs: **Session cache** - Value: `Cache duration` (Specifies the cache duration in seconds. This cache only works while the browser is active.)
192
+
- rd: **Remove cache** - Value: `Cache key` (Deletes the cache based on the cache key. Inserting the (*) character instead of a cache name will delete all caches.)
193
+
- rs: **Remove session cache** - Value: `Cache key` (Deletes the cache session based on the cache key. Inserting the (*) character instead of a cache name will delete all caches.)
0 commit comments