Searched defs:sessionCache (Results 1 – 2 of 2) sorted by relevance
126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance() local
88 private final LruCache<String, SmartSuggestionsLogSession> sessionCache = field in SmartSuggestionsHelper