Searched refs:CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance
38 private static final int CACHE_SIZE = 3; field in ThreadLocalCoders88 private static Cache decoderCache = new Cache(CACHE_SIZE) {112 private static Cache encoderCache = new Cache(CACHE_SIZE) {
46 private static final int CACHE_SIZE = 3; // 0x3 field in ThreadLocalCoders
99 private final static int CACHE_SIZE = 1; field in ZoneInfoDB.TzData101 new BasicLruCache<String, ZoneInfo>(CACHE_SIZE) {
98 private final static int CACHE_SIZE = 185; field in URICertStore188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE);