10 #ifndef META_DBLRU_CACHE_H_
11 #define META_DBLRU_CACHE_H_
13 #if META_HAS_STD_SHARED_PTR_ATOMICS
48 template<
class Key,
class Value,
86 void insert(
const Key& key,
const Value& value);
95 template <
class... Args>
135 #if META_HAS_STD_SHARED_PTR_ATOMICS
140 std::unique_ptr<std::mutex> mutables_{make_unique<std::mutex>()};
157 template <
class Key,
class Value>