Cache.getItem

Obtains the cache item that corresponds to index. Returns null if index is length or greater.

class Cache(size_t ValueSize = 0, bool TrackCreateTimes = false)
protected
getItem
(
size_t index
)

Parameters

index size_t

cache item index

Return Value

Type: CacheItem*

the corresponding cache item or null if index is length or greater.

Meta