Searched refs:SSLSessionCache (Results 1 – 2 of 2) sorted by relevance
31 return SSLSessionCache(_cygrpc.SSLSessionCacheLRU(capacity))34 class SSLSessionCache(object): class
53 import android.net.SSLSessionCache;126 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance()