Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
const KeyType& Key |
Remove all entries with the specified key from the cache. | Containers/LruCache.h | |
void Remove
(
FCacheEntry* Entry |
Remove the specified entry from the cache. | Containers/LruCache.h |
Remove(const KeyType &)
Description
Remove all entries with the specified key from the cache.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
void Remove
(
const KeyType & Key
)
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entries to remove. |
See Also
Remove(FCacheEntry *)
Description
Remove the specified entry from the cache.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
void Remove
(
FCacheEntry * Entry
)
Parameters
| Name | Remarks |
|---|---|
| Entry | The entry to remove. |