Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/ICache
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCache.h |
| Include | #include "DerivedDataCache.h" |
void Get
(
TConstArrayView< FCacheGetRequest > Requests,
IRequestOwner & Owner,
FOnCacheGetComplete && OnComplete
)
Remarks
Asynchronous request to get records from the cache.
Parameters
| Name | Description |
|---|---|
| Requests | Requests with the keys of the cache records to fetch. |
| Owner | The owner to execute the request within. See IRequestOwner. |
| OnComplete | A callback invoked for every request as it completes or is canceled. |