Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/IDerivedDataCacheModule
Description
Returns a pointer to the cache, which may be null.
This returns a non-null pointer to a cache which may be null and becomes null when the module shuts down and destroys the cache. This extra level of indirection allows a caller to observe the destruction of the cache without polling this function or monitoring the module lifetime.
| Name | GetCache |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheModule.h |
| Include Path | #include "DerivedDataCacheModule.h" |
FDerivedDataCacheInterface *const * GetCache()