Searched refs:SysEventDocLruCache (Results 1 – 4 of 4) sorted by relevance
23 bool SysEventDocLruCache::Contain(const LruCacheKey& key) const in Contain()28 SysEventDocLruCache::LruCacheValue SysEventDocLruCache::Get(const LruCacheKey& key) in Get()42 bool SysEventDocLruCache::Add(const LruCacheKey& key, const LruCacheValue& value) in Add()58 bool SysEventDocLruCache::Remove(const LruCacheKey& key) in Remove()69 void SysEventDocLruCache::Clear() in Clear()
83 lruCache_ = std::make_unique<SysEventDocLruCache>(DEFAULT_CAPACITY); in SysEventDatabase()
30 class SysEventDocLruCache {35 explicit SysEventDocLruCache(size_t capacity) : capacity_(capacity) {} in SysEventDocLruCache() function36 ~SysEventDocLruCache() {} in ~SysEventDocLruCache()
66 std::unique_ptr<SysEventDocLruCache> lruCache_;