Searched defs:CacheNode (Results 1 – 3 of 3) sorted by relevance
28 struct CacheNode { struct29 CacheNode(std::string key, const T& obj) : cacheKey(std::move(key)), cacheObj(obj) {} in CacheNode() function39 …cheWithCountLimitLRU(const std::string& key, const T& cacheObj, std::list<CacheNode<T>>& cacheList, argument
60 struct CacheNode { struct61 std::string cloudId;62 std::string parentCloudId;63 std::string fileName;64 std::string isDir;65 bool isRecycled = false;
118 struct CacheNode { struct123 std::unordered_map<KeyType, CacheNode> cacheMap_; argument