MCPcopy Create free account
hub / github.com/HeliumProject/Engine / CacheEntry

Method CacheEntry

Source/Engine/Engine/Cache.cpp:340–531  ·  view source on GitHub ↗

Add or update an entry in the cache. @param[in] path Asset path. @param[in] subDataIndex Sub-data index associated with the cached data. @param[in] pData Data to cache. @param[in] timestamp Timestamp value to associate with the entry in the cache. @param[in] size Number of bytes to cache. @return True if the cache was updated successfully, false if not.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

CacheObjectMethod · 0.80

Calls 12

GetInstanceFunction · 0.85
ToStringMethod · 0.80
ReadMethod · 0.45
AllocateMethod · 0.45
InsertMethod · 0.45
PushMethod · 0.45
ReleaseMethod · 0.45
LockMethod · 0.45
RemoveMethod · 0.45
WriteMethod · 0.45
GetSizeMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected