Home
last modified time | relevance | path

Searched defs:newSoftMemoryCache (Results 1 – 2 of 2) 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/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