@@ -223,7 +223,7 @@ The following add event types to HTML tags:
223223
224224### Save
225225
226- The following items are temporarily stored and deleted after being called .
226+ The following items are temporarily stored in session storag .
227227
228228- @gi : ** Save Id** - Value: ` Key `
229229- @gn : ** Save Name** - Value: ` Key `
@@ -243,6 +243,28 @@ The following items are temporarily stored and deleted after being called.
243243- @nl : ** Save Child Nodes Length** - Value: ` Key `
244244- @vi : ** Save Visible** - Value: ` Key `
245245
246+ ### Cache
247+
248+ The following items are permanently stored in local storag.
249+
250+ - @ci : ** Cache Id** - Value: ` Key `
251+ - @cn : ** Cache Name** - Value: ` Key `
252+ - @cv : ** Cache Value** - Value: ` Key `
253+ - @ce : ** Cache Value Length** - Value: ` Key `
254+ - @cc : ** Cache Class** - Value: ` Key `
255+ - @cs : ** Cache Style** - Value: ` Key `
256+ - @cl : ** Cache Title** - Value: ` Key `
257+ - @ct : ** Save Text** - Value: ` Key `
258+ - @cg : ** Save Text Length** - Value: ` Key `
259+ - @ca : ** Save Attribute** - Value: ` Key|Attribute `
260+ - @cw : ** Save Width** - Value: ` Key `
261+ - @ch : ** Save Height** - Value: ` Key `
262+ - @cr : ** Save Read Only** - Value: ` Key `
263+ - @cx : ** Save Selected Index** - Value: ` Key `
264+ - @Ta : ** Save Text Align** - Value: ` Key `
265+ - @Nl : ** Save Child Nodes Length** - Value: ` Key `
266+ - @Vi : ** Save Visible** - Value: ` Key `
267+
246268### Fetch
247269
248270The following values are built-in functions that are placed after the equals character (` = ` ):
0 commit comments