OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LruCache.h File Reference
#include <cstddef>
#include <list>
#include <memory>
#include <type_traits>
#include <unordered_map>
+ Include dependency graph for LruCache.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  is_shared_ptr< T >
 
struct  is_shared_ptr< std::shared_ptr< T > >
 
class  LruCache< key_t, value_t, hash_t >
 

Enumerations

enum  EvictionMetricType { EvictionMetricType::EntryCount, EvictionMetricType::ByteSize }
 

Enumeration Type Documentation

enum EvictionMetricType
strong
Enumerator
EntryCount 
ByteSize 

Definition at line 22 of file LruCache.h.