Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLruCache () |
Default constructor (empty cache that cannot hold any values). | Containers/LruCache.h | |
TLruCache
(
int32 InMaxNumElements |
Create and initialize a new instance. | Containers/LruCache.h |
TLruCache()
Description
Default constructor (empty cache that cannot hold any values).
| Name | TLruCache |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
TLruCache()
TLruCache(int32)
Description
Create and initialize a new instance.
| Name | TLruCache |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
TLruCache
(
int32 InMaxNumElements
)
Parameters
| Name | Remarks |
|---|---|
| InMaxNumElements | The maximum number of elements this cache can hold. |