Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DCache.java122 public static <K,V> Cache<K,V> newSoftMemoryCache(int size) { in newSoftMemoryCache() method in Cache
131 public static <K,V> Cache<K,V> newSoftMemoryCache(int size, int timeout) { in newSoftMemoryCache() method in Cache