veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename > Member List

This is the complete list of members for altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >, including all inherited members.

clear() (defined in altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >)altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >inline
get(const Key &key, std::shared_ptr< Value > &out) (defined in altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >)altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >inline
getOrDefault(Key key, std::function< std::shared_ptr< Value >()> factory) (defined in altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >)altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >inline
insert(Key key, std::shared_ptr< Value > value) (defined in altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >)altintegration::cache::SmallLFRUCache< Key, Value, Size, TimeWindow, typename >inline