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" |
bool Contains
&40;
const KeyType & Key
&41; const
Remarks
Check whether an entry with the specified key is in the cache. true if the entry is in the cache, false otherwise.
Parameters
| Name | Description |
|---|---|
| Key | The key of the entry to check. |