- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
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.