Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include | #include "DerivedDataCacheInterface.h" |
bool TryToPrefetch
&40;
TConstArrayView< FString > CacheKeys,
FStringView DebugContext
&41;
Remarks
Synchronous attempt to make sure the cached data will be available as optimally as possible. true if the data will probably be found in a fast backend on a future request.
Parameters
| Name | Description |
|---|---|
| CacheKeys | Keys to identify the data. |
| DebugContext | A string used to describe the data being generated. Typically the path to the object that it is generated from is sufficient. |