Module: ol/structs/LRUCache

ol/structs/LRUCache


Classes

LRUCache

Type Definitions

Entry{Object}

Properties:
Name Type Description
key_ string
newer Object
older Object
value_ *