Searched refs:HgmLRUCache (Results 1 – 4 of 4) sorted by relevance
24 class HgmLRUCache {27 explicit HgmLRUCache(uint32_t capacity) : capacity_(capacity) {} in HgmLRUCache() function28 virtual ~HgmLRUCache() = default;
63 HgmLRUCache<pid_t> GetBackgroundPid();92 HgmLRUCache<pid_t> backgroundPid_{ 100 }; // max nums of pkgs that can be stored is 100
221 HgmLRUCache<pid_t> HgmMultiAppStrategy::GetBackgroundPid() in GetBackgroundPid()
50 auto cache = HgmLRUCache<int32_t>(cacheSize);