Searched refs:newSoftMemoryCache (Results 1 – 6 of 6) sorted by relevance
| /libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
| D | Cache.java | 58 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/ |
| D | X509Factory.java | 64 = Cache.newSoftMemoryCache(750); 66 = Cache.newSoftMemoryCache(750);
|
| /libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
| D | CertStoreHelper.java | 64 = Cache.newSoftMemoryCache(NUM_TYPES);
|
| D | X509CertificatePair.java | 83 = Cache.newSoftMemoryCache(750);
|
| D | URICertStore.java | 188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE);
|
| /libcore/ojluni/src/main/java/sun/security/util/ |
| D | Cache.java | 127 public static <K,V> Cache<K,V> newSoftMemoryCache(int size) { in newSoftMemoryCache() method in Cache 136 public static <K,V> Cache<K,V> newSoftMemoryCache(int size, int timeout) { in newSoftMemoryCache() method in Cache
|