Searched defs:LruCache (Results 1 - 1 of 1) sorted by relevance

/system/core/include/utils/
H A DLruCache.h36 class LruCache { class in namespace:android
38 explicit LruCache(uint32_t maxCapacity);
55 Iterator(const LruCache<TKey, TValue>& cache): mCache(cache), mIndex(-1) { argument
75 const LruCache<TKey, TValue>& mCache;
80 LruCache(const LruCache& that); // disallow copy constructor
107 LruCache<TKey, TValue>::LruCache(uint32_t maxCapacity) function in class:android::LruCache
117 void LruCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) {
122 size_t LruCache<TKe
[all...]

Completed in 29 milliseconds