Example usage for Java android.webkit CacheManager fields, constructors, methods, implement or subclass
The text is from its open source code.
CacheResult | getCacheFile(String url, Map Gets the cache entry for the specified URL, or null if none is found. |
File | getCacheFileBaseDir() Gets the base directory in which the files used to store the contents of cache entries are placed. |
void | saveCacheFile(String url, CacheResult cacheResult) Adds a cache entry to the HTTP cache for the specicifed URL. |