Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::storage::LruCache< KeyT, ValueT >::Entry Struct Reference

#include <registry.hpp>

Public Attributes

ValueT value
 
std::list< KeyT >::iterator order_it
 

Member Data Documentation

◆ order_it

template<typename KeyT , typename ValueT >
std::list<KeyT>::iterator dcn::storage::LruCache< KeyT, ValueT >::Entry::order_it

◆ value

template<typename KeyT , typename ValueT >
ValueT dcn::storage::LruCache< KeyT, ValueT >::Entry::value

The documentation for this struct was generated from the following file: