D | ShadowHttpResponseCache.java | 22 static ShadowHttpResponseCache installed = null; field in ShadowHttpResponseCache 39 installed = shadowCache; in install() 47 return (installed != null) ? installed.originalObject : null; in getInstalled() 64 installed = null; in close()
|