Module: ol/structs/LRUCache

ol/structs/LRUCache


Classes

LRUCache

Type Definitions

Entry{Object}

Properties:
Name Type Description
key_ string

Key.

newer Entry | null

Newer.

older Entry | null

Older.

value_ *

Value.