Searched defs:sessionCache (Results 1 – 4 of 4) sorted by relevance
61 private final CachedSupplier<SessionCredentials> sessionCache; field in CachedS3ExpressCredentials
65 private final CachedSupplier<AwsSessionCredentials> sessionCache; field in StsCredentialsProvider
126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance() local
88 private final LruCache<String, SmartSuggestionsLogSession> sessionCache = field in SmartSuggestionsHelper