HybridCache:a library which can intercept the loading process of webpage resource and cache all the resource files we are interested, just like css files,js files, images files ,html files and so on.So we can share the cache between the web view and our n

时间:2024-05-20 10:48:17
【文件属性】:

文件名称:HybridCache:a library which can intercept the loading process of webpage resource and cache all the resource files we are interested, just like css files,js files, images files ,html files and so on.So we can share the cache between the web view and our n

文件大小:426KB

文件格式:ZIP

更新时间:2024-05-20 10:48:17

android webview cache hybrid-apps Java

FEATURE :check_mark: 拦截webview资源请求 :check_mark: 自定义缓存策略 :check_mark: 自定义缓存key策略 :check_mark: 简单让webview共享fresco的图片缓存 DEPENDENCIES HybridCache已经发布到上,你可以快速将引入EasyBridge库。 在根目录的build.gradle文件中添加jitpack仓库 allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 添加HybridCache依赖 dependencies { implementation 'com.github.easilycoder.HybridCache:hybridcache:0.0.1' implementation 'com.jakewharton:disklrucac


【文件预览】:
HybridCache-master
----.gitignore(137B)
----gradle()
--------wrapper()
----README.md(11KB)
----build.gradle(834B)
----gradlew.bat(2KB)
----hybridcache()
--------.gitignore(7B)
--------build.gradle(910B)
--------proguard-rules.pro(751B)
--------src()
----gradlew(5KB)
----LICENSE(1KB)
----app()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(751B)
--------src()
----gradle.properties(726B)
----jitpack-publish.gradle(177B)
----.idea()
--------runConfigurations.xml(564B)
--------vcs.xml(180B)
--------misc.xml(2KB)
--------gradle.xml(747B)
--------codeStyles()
--------caches()
----hybridcache-fresco()
--------.gitignore(7B)
--------build.gradle(906B)
--------proguard-rules.pro(751B)
--------src()
----settings.gradle(52B)
----assets()
--------webcache-artitecture.png(258KB)
--------interceptRequest.png(29KB)

网友评论