ICache.accessTime

Checks whether an item exists in the cache and returns the last time it was accessed.

class ICache
time_t
accessTime
(
hash_t key
)

Parameters

key hash_t

key to lookup

Return Value

Type: time_t

item's last access time, or 0 if the item doesn't exist

Meta