Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TLruCache
Inheritance Hierarchy
- TLruCache::TBaseIterator
- TLruCache::TIterator
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include | #include "Containers/LruCache.h" |
Syntax
class TIterator : public TLruCache< KeyType, ValueType, KeyComp >::TBaseIterator< false >
Remarks
Cache iterator.
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Removes the current element from the cache and increments the iterator. |