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
&40;
const TCHAR &42; CacheKey
&41;
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. |