Documentation Index

Fetch the complete documentation index at: https://docs.doc-know.com/llms.txt

Use this file to discover all available pages before exploring further.

count

Prev Next

cache.count

Type: Number

Returns the total # of items in cache.

Examples

// display the total # of items currently in cache memory
debug.log(cache.count);

Remarks

None.