Home
last modified time | relevance | path

Searched refs:newSoftMemoryCache (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DCache.java58 public static <K, V> sun.security.util.Cache<K, V> newSoftMemoryCache(int size) { in newSoftMemoryCache() method in Cache
62 public static <K, V> sun.security.util.Cache<K, V> newSoftMemoryCache(int size, int timeout) { in newSoftMemoryCache() method in Cache
/libcore/ojluni/src/main/java/sun/security/provider/
DX509Factory.java64 = Cache.newSoftMemoryCache(750);
66 = Cache.newSoftMemoryCache(750);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DX509CertificatePair.java83 = Cache.newSoftMemoryCache(750);
DURICertStore.java188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE);