Implementation for a simple in-memory cache data structure
value type
key type (string by default)
string
Cache object
[[Cache.size]]
Returns an iterator by the cache keys
[[Cache.clear]]
[[Cache.entries]]
[[Cache.get]]
[[Cache.has]]
[[Cache.keys]]
[[Cache.remove]]
[[Cache.set]]
[[Cache.values]]
Implementation for a simple in-memory cache data structure