Searched refs:HASH_CACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
42 private static final int HASH_CACHE_SIZE = 100; field in HashedStringCache65 mHashes = new LruCache<>(HASH_CACHE_SIZE); in HashedStringCache()