Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Description
Empty the cache.
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
void Empty
(
int32 InMaxNumElements
)
Parameters
| Name | Remarks |
|---|---|
| InMaxNumElements | The maximum number of elements this cache can hold (default = 0). |
See Also
-
Find
-
GetKeys
-
Max
-
Num
-
Remove