ICache.keyByIndex

Obtains the key of the cache item corresponding to index.

class ICache
protected abstract
hash_t
keyByIndex
(
size_t index
)

Parameters

index size_t

cache item index, guaranteed to be below length

Return Value

Type: hash_t

cache item key

Meta