Searched refs:newSoftMemoryCache (Results 1 – 4 of 4) sorted by relevance
58 public static <K, V> sun.security.util.Cache<K, V> newSoftMemoryCache(int size) { in newSoftMemoryCache() method in Cache62 public static <K, V> sun.security.util.Cache<K, V> newSoftMemoryCache(int size, int timeout) { in newSoftMemoryCache() method in Cache
64 = Cache.newSoftMemoryCache(750);66 = Cache.newSoftMemoryCache(750);
83 = Cache.newSoftMemoryCache(750);
188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE);