68 using CleanupIndex = boost::multi_index_container<
70 boost::multi_index::indexed_by<
72 boost::multi_index::hashed_unique<
73 boost::multi_index::tag<byEntity>,
74 boost::multi_index::identity<InMemoryStorageEntry*>
77 boost::multi_index::sequenced<
78 boost::multi_index::tag<byArrival>
83 CleanupIndex m_cleanupIndex;
Represents an in-memory storage entry.