.. index:: pair: class; EE::DynamicLRU .. _doxid-class_e_e_1_1_dynamic_l_r_u: template class EE::DynamicLRU ============================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template > class DynamicLRU { public: // methods std::optional :target:`get`(const KeyT& key); void :target:`put`(KeyT key, ValueT value); void :target:`clear`(); std::size_t :target:`size`() const; };