Searched refs:addToCache (Results 1 – 1 of 1) sorted by relevance
77 void addToCache(sp<Entry<K, V> > entry, K key, V value);171 addToCache(entry, key, value); in put()179 void GenerationCache<K, V>::addToCache(sp<Entry<K, V> > entry, K key, V value) { in addToCache() function