MENU
    count
    • 25 Sep 2020
    • 1 Minute to read
    • Contributors
    • Dark
    • PDF

    count

    • Dark
    • PDF

    Article summary

    Description

    Type: Number

    Returns the total # of items in cache.


    Examples

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

    Remarks

    None.


    What's Next