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" |
void MarkTransient
(
const TCHAR * CacheKey
)
Remarks
Hint that the data associated with the key is transient and may be optionally purged from the cache.
Parameters
| Name | Description |
|---|---|
| CacheKey | Key that is associated with transient data. |