Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/cs/
DThreadLocalCoders.java38 private static final int CACHE_SIZE = 3; field in ThreadLocalCoders
88 private static Cache decoderCache = new Cache(CACHE_SIZE) {
112 private static Cache encoderCache = new Cache(CACHE_SIZE) {
/libcore/ojluni/annotations/hiddenapi/sun/nio/cs/
DThreadLocalCoders.java44 private static final int CACHE_SIZE = 3; // 0x3 field in ThreadLocalCoders
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DURICertStore.java98 private final static int CACHE_SIZE = 185; field in URICertStore
188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE);