Searched defs:LRUCache (Results 1 – 1 of 1) sorted by relevance
13 public class LRUCache<TKey, TVal> class15 public LRUCache(int limit) in LRUCache() method in Antmicro.Renode.Utilities.LRUCache