OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullCache
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/security/util/
Cache.java
148
return (Cache<K,V>)
NullCache
.INSTANCE;
203
class
NullCache
<K,V> extends Cache<K,V> {
205
final static Cache<Object,Object> INSTANCE = new
NullCache
<>();
207
private
NullCache
() {
/prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar
Completed in 43 milliseconds