1{ 2 "methods": { 3 "close()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "void", 10 "exceptions": [], 11 "name": "close()" 12 }, 13 "delete()": { 14 "isImplementation": true, 15 "modifiers": [ 16 "protected" 17 ], 18 "params": [], 19 "returnType": "void", 20 "exceptions": [], 21 "name": "delete()" 22 }, 23 "get(java.net.URI,java.lang.String,java.util.Map\u003cjava.lang.String,java.util.List\u003cjava.lang.String\u003e\u003e)": { 24 "isImplementation": true, 25 "modifiers": [ 26 "protected" 27 ], 28 "params": [ 29 "uri", 30 "requestMethod", 31 "requestHeaders" 32 ], 33 "returnType": "java.net.CacheResponse", 34 "exceptions": [], 35 "name": "get(java.net.URI,java.lang.String,java.util.Map\u003cjava.lang.String,java.util.List\u003cjava.lang.String\u003e\u003e)" 36 }, 37 "getHitCount()": { 38 "isImplementation": true, 39 "modifiers": [ 40 "protected" 41 ], 42 "params": [], 43 "returnType": "int", 44 "exceptions": [], 45 "name": "getHitCount()" 46 }, 47 "getInstalled()": { 48 "isImplementation": true, 49 "modifiers": [ 50 "protected", 51 "static" 52 ], 53 "params": [], 54 "returnType": "android.net.http.HttpResponseCache", 55 "exceptions": [], 56 "name": "getInstalled()" 57 }, 58 "getNetworkCount()": { 59 "isImplementation": true, 60 "modifiers": [ 61 "protected" 62 ], 63 "params": [], 64 "returnType": "int", 65 "exceptions": [], 66 "name": "getNetworkCount()" 67 }, 68 "getRequestCount()": { 69 "isImplementation": true, 70 "modifiers": [ 71 "protected" 72 ], 73 "params": [], 74 "returnType": "int", 75 "exceptions": [], 76 "name": "getRequestCount()" 77 }, 78 "install(java.io.File,long)": { 79 "isImplementation": true, 80 "modifiers": [ 81 "protected", 82 "static" 83 ], 84 "params": [ 85 "directory", 86 "maxSize" 87 ], 88 "returnType": "android.net.http.HttpResponseCache", 89 "exceptions": [], 90 "name": "install(java.io.File,long)" 91 }, 92 "maxSize()": { 93 "isImplementation": true, 94 "modifiers": [ 95 "protected" 96 ], 97 "params": [], 98 "returnType": "long", 99 "exceptions": [], 100 "name": "maxSize()" 101 }, 102 "put(java.net.URI,java.net.URLConnection)": { 103 "isImplementation": true, 104 "modifiers": [ 105 "protected" 106 ], 107 "params": [ 108 "uri", 109 "urlConnection" 110 ], 111 "returnType": "java.net.CacheRequest", 112 "exceptions": [], 113 "name": "put(java.net.URI,java.net.URLConnection)" 114 }, 115 "size()": { 116 "isImplementation": true, 117 "modifiers": [ 118 "protected" 119 ], 120 "params": [], 121 "returnType": "long", 122 "exceptions": [], 123 "name": "size()" 124 } 125 }, 126 "imports": [ 127 "org.robolectric.shadow.api.Shadow.newInstanceOf", 128 "android.net.http.HttpResponseCache", 129 "java.io.File", 130 "java.net.CacheRequest", 131 "java.net.CacheResponse", 132 "java.net.URI", 133 "java.net.URLConnection", 134 "java.util.List", 135 "java.util.Map", 136 "org.robolectric.annotation.Implementation", 137 "org.robolectric.annotation.Implements", 138 "org.robolectric.shadow.api.Shadow" 139 ], 140 "name": "org.robolectric.shadows.ShadowHttpResponseCache" 141}