Searched refs:NullCache (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DCache.java147 return NullCache.INSTANCE;
202 class NullCache extends Cache { class in inherits:Cache
204 final static Cache INSTANCE = new NullCache();
206 private NullCache() { method in class:NullCache

Completed in 174 milliseconds