HomeSort by relevance Sort by last modified time
    Searched refs:newSoftMemoryCache (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java 64 = Cache.newSoftMemoryCache(750);
66 = Cache.newSoftMemoryCache(750);
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CertStoreHelper.java 64 = Cache.newSoftMemoryCache(NUM_TYPES);
X509CertificatePair.java 83 = Cache.newSoftMemoryCache(750);
URICertStore.java 188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE);
  /libcore/ojluni/src/main/java/sun/security/util/
Cache.java 122 public static <K,V> Cache<K,V> newSoftMemoryCache(int size) {
131 public static <K,V> Cache<K,V> newSoftMemoryCache(int size, int timeout) {

Completed in 820 milliseconds