Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | GetSynchronous
(
FDerivedDataPluginInterface* DataDeriver, |
Synchronously checks the cache and if the item is present, it returns the cached results, otherwise tells the deriver to build the data and then updates the cache | |
| bool | GetSynchronous
(
const TCHAR* CacheKey, |
Synchronously checks the cache and if the item is present, it returns the cached results, otherwise it returns false. | |
| bool | GetSynchronous
(
const TCHAR* CacheKey, |