Searched refs:LruCacheValue (Results 1 – 2 of 2) sorted by relevance
33 typedef std::shared_ptr<SysEventDoc> LruCacheValue; typedef39 LruCacheValue Get(const LruCacheKey& key);40 bool Add(const LruCacheKey& key, const LruCacheValue& value);45 typedef std::pair<std::list<LruCacheKey>::iterator, LruCacheValue> LruCacheValuePair;
28 SysEventDocLruCache::LruCacheValue SysEventDocLruCache::Get(const LruCacheKey& key) in Get()42 bool SysEventDocLruCache::Add(const LruCacheKey& key, const LruCacheValue& value) in Add()