|
NFD: Named Data Networking Forwarding Daemon 24.07-28-gdcc0e6e0
|
#include "cs-policy.hpp"#include <boost/multi_index_container.hpp>#include <boost/multi_index/sequenced_index.hpp>#include <boost/multi_index/ordered_index.hpp>
Include dependency graph for cs-policy-lru.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | nfd::cs::lru::LruPolicy |
| Least-Recently-Used (LRU) replacement policy. More... | |
Namespaces | |
| namespace | nfd |
| namespace | nfd::cs |
| namespace | nfd::cs::lru |
Typedefs | |
| using | nfd::cs::lru::Queue = boost::multi_index_container< Policy::EntryRef, boost::multi_index::indexed_by< boost::multi_index::sequenced<>, boost::multi_index::ordered_unique< boost::multi_index::identity< Policy::EntryRef > > > > |