Kagome
Polkadot Runtime Engine in C++17
|
#include <runtime_instances_pool.hpp>
Public Member Functions | |
bool | operator< (const CacheEntry &rhs) const |
Public Attributes | |
Key | key |
Value | value |
PriorityType | latest_use_tick_ |
Definition at line 22 of file runtime_instances_pool.hpp.
|
inline |
Definition at line 27 of file runtime_instances_pool.hpp.
Key kagome::runtime::SmallLruCache< Key, Value, PriorityType >::CacheEntry::key |
Definition at line 23 of file runtime_instances_pool.hpp.
PriorityType kagome::runtime::SmallLruCache< Key, Value, PriorityType >::CacheEntry::latest_use_tick_ |
Definition at line 25 of file runtime_instances_pool.hpp.
Value kagome::runtime::SmallLruCache< Key, Value, PriorityType >::CacheEntry::value |
Definition at line 24 of file runtime_instances_pool.hpp.