Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TLruCache
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include | #include "Containers/LruCache.h" |
ValueType & AddUninitialized_GetRef
(
const KeyType & Key
)
Remarks
Add an entry to the cache.
If an entry with the specified key already exists in the cache, the value of the existing entry will be returned. The added or updated entry will be marked as the most recently used one. The entry's value.
Parameters
| Name | Description |
|---|---|
| Key | The entry's lookup key. |