Home
last modified time | relevance | path

Searched refs:newNullCache (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DCache.java71 public static <K, V> sun.security.util.Cache<K, V> newNullCache() { in newNullCache() method in Cache
/libcore/ojluni/src/main/java/sun/security/util/
DCache.java147 public static <K,V> Cache<K,V> newNullCache() { in newNullCache() method in Cache