Searched defs:FileClientSessionCache (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DFileClientSessionCache.java39 public class FileClientSessionCache { class
43 private FileClientSessionCache() {} method in class:FileClientSessionCache
306 static final Map<File, FileClientSessionCache.Impl> caches
307 = new HashMap<File, FileClientSessionCache.Impl>();
321 FileClientSessionCache.Impl cache = caches.get(directory);
323 cache = new FileClientSessionCache.Impl(directory);

Completed in 43 milliseconds