Searched refs:sessionCache (Results 1 – 3 of 3) sorted by relevance
88 private final LruCache<String, SmartSuggestionsLogSession> sessionCache = field in SmartSuggestionsHelper118 sessionCache.remove(statusBarNotification.getKey()); in onNotificationEnqueued()180 sessionCache.put(statusBarNotification.getKey(), session); in onNotificationEnqueued()326 SmartSuggestionsLogSession session = sessionCache.get(key); in onNotificationExpansionChanged()335 SmartSuggestionsLogSession session = sessionCache.get(key); in onNotificationDirectReplied()350 SmartSuggestionsLogSession session = sessionCache.get(key); in onSuggestedReplySent()365 SmartSuggestionsLogSession session = sessionCache.get(key); in onActionClicked()374 sessionCache.evictAll(); in clearCache()
126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance() local135 SOCKET_OPERATION_TIMEOUT, sessionCache), 443)); in newInstance()
322 sessionCache := c.config.ClientSessionCache324 if sessionCache != nil {332 candidateSession, ok := sessionCache.Get(cacheKey)836 if sessionCache != nil && hs.session != nil && session != hs.session {843 sessionCache.Put(cacheKey, hs.session)