Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Lookup set key functions.
| Name | FKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
Syntax
struct FKeyFuncs : public BaseKeyFuncs< FCacheEntry *, KeyType >
Inheritance Hierarchy
- BaseKeyFuncs → TLruCache::FKeyFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyType Key |
Containers/LruCache.h | ||
static const KeyType & GetSetKey
(
const FCacheEntry* Entry |
Containers/LruCache.h | ||
static bool Matches
(
KeyType A, |
Containers/LruCache.h |