imgStringCache property

LruCache<int, CacheItem> imgStringCache
final

Implementation

final LruCache<int, CacheItem> imgStringCache = LruCache(32);