sonic-android/docs/javadoc/com/tencent/sonic/sdk/download/SonicDownloadCache.SonicResourceCache.html
com.tencent.sonic.sdk.download
java.lang.Object
public static classSonicDownloadCache.SonicResourceCacheextends[SonicDownloadCache](../../../../../com/tencent/sonic/sdk/download/SonicDownloadCache.html "com.tencent.sonic.sdk.download中的类")
An sub resource cache implementation SonicDownloadCache
-
SonicDownloadCache.SonicResourceCache
字段 | 限定符和类型 | 字段和说明 |
| --- | --- |
| static java.lang.String | TAG
log filter
|
构造器 | 构造器和说明 |
| --- |
| SonicResourceCache() |
所有方法 实例方法 具体方法 | 限定符和类型 | 方法和说明 |
| --- | --- |
| byte[] | getResourceCache(java.lang.String resourceUrl)
get the cached content according to the url
|
| java.util.Map<java.lang.String,java.util.List<java.lang.String>> | getResourceCacheHeader(java.lang.String resourceUrl)
get the cached response headers according to the url
|
-
getSubResourceCache
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public static final java.lang.String TAG
log filter 另请参阅:常量字段值
-
public SonicResourceCache()
-
public byte[] getResourceCache(java.lang.String resourceUrl)
从类复制的说明: SonicDownloadCache
get the cached content according to the url
指定者:getResourceCache 在类中 SonicDownloadCache参数:resourceUrl - the download url返回:bytes of cached content of the url
-
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getResourceCacheHeader(java.lang.String resourceUrl)
从类复制的说明: SonicDownloadCache
get the cached response headers according to the url
指定者:getResourceCacheHeader 在类中 SonicDownloadCache参数:resourceUrl - the download url返回:cached headers of the url