Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Description
Find the value of the entry with the specified key and mark it as the most recently used.
| Name | FindAndTouch |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
ValueType * FindAndTouch
(
const KeyType & Key
)
Pointer to the value, or nullptr if not found.
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entry to get. |