Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Description
Check whether an entry with the specified key is in the cache.
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
bool Contains
(
const KeyType & Key
) const
true if the entry is in the cache, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Key | The key of the entry to check. |
See Also
-
ContainsByPredicate
-
Empty
-
FilterByPredicate
-
Find
-
GetKeys
-
Remove