# yale8848/CacheWebView

Custom implement Android WebView cache, offline website, let cahe config more simple and  flexible

Repository: https://github.com/yale8848/CacheWebView
Canonical: https://ross.abutalabs.com/products/cachewebview
Language: Java
License: MIT
License Family: permissive
Topics: android, webview, cache, offline, fast
Last push: 2021-04-28T06:08:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3263, "days_push": 1953, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2027, forks 298 (observed 2026-08-28T04:06:06.954933+00:00)

## What it is
An Android library that implements custom caching for WebView by intercepting resource requests, allowing larger cache space and forced caching of static resources. It enables websites to work offline and simplifies cache configuration.

## Use cases
- cache webview static resources on android
- make a website work offline in webview
- increase webview cache storage limit
- retrieve images already loaded in webview from cache
- speed up webview page loading with forced caching
- intercept webview resource requests for custom caching

## When to choose
- you need offline access to websites in an Android WebView
- default WebView cache limits are too small for your app
- you want faster WebView loads by force-caching static assets
- you need programmatic access to cached web resources like images

## When to avoid
- you target platforms other than Android
- you need a maintained library with recent updates
- your app uses modern WebView APIs incompatible with request interception
- you only need simple HTTP caching without WebView

## Facets
- artifact type: library
- maturity: maintenance
- function: caching, http-client, middleware
- domain: mobile-development, web-development, android-tools
- platform: jvm
- tags: webview, offline-website, resource-interceptor, static-resource-cache, android

## Member repositories
- yale8848/CacheWebView (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:06.954933+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:59:42.593118+00:00, confidence not recorded.
  - readme: https://github.com/yale8848/CacheWebView (fetched 2026-08-28T04:06:06.954933+00:00, sha 19f5b4444712)
- Data as of 2026-08-30T08:39:29.467469+00:00.
