ITrackCreateTimesCache.createTime

Obtains the creation time for the cache element corresponding to key.

class ITrackCreateTimesCache
abstract
time_t
createTime
(
hash_t key
)

Parameters

key hash_t

cache element key

Return Value

Type: time_t

the creation time of the corresponding element or 0 if not found.

Meta