#include <registry.hpp>
Classes | |
| struct | Entry |
Public Attributes | |
| const char * | name = "unnamed-cache" |
| std::size_t | capacity = 0 |
| std::list< KeyT > | order |
| absl::flat_hash_map< KeyT, Entry > | entries |
| std::size_t dcn::storage::LruCache< KeyT, ValueT >::capacity = 0 |
| absl::flat_hash_map<KeyT, Entry> dcn::storage::LruCache< KeyT, ValueT >::entries |
| const char* dcn::storage::LruCache< KeyT, ValueT >::name = "unnamed-cache" |
| std::list<KeyT> dcn::storage::LruCache< KeyT, ValueT >::order |