Searched refs:attachToCache (Results 1 – 1 of 1) sorted by relevance
89 void attachToCache(const sp<Entry<K, V> >& entry);155 attachToCache(entry); in get()172 attachToCache(entry); in put()217 void GenerationCache<K, V>::attachToCache(const sp<Entry<K, V> >& entry) { in attachToCache() function