Entry

interface Entry<String, V>

Adapted from js version which was adapted from Lumo: https://github.com/unchartedsoftware/lumo Copyright (c) 2016-2019 Uncharted Software Inc. Copyrights licensed under the MIT License.

Properties

Link copied to clipboard
abstract var expiration: Long
Link copied to clipboard
abstract val key: String
Link copied to clipboard
abstract var node: LinkedListNode<Entry<String, V>>?
Link copied to clipboard
abstract var value: V