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