Java android.webkit CacheManager fields, constructors, methods, implement or subclass

Example usage for Java android.webkit CacheManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.webkit CacheManager.

The text is from its open source code.

Method

CacheResultgetCacheFile(String url, Map headers)
Gets the cache entry for the specified URL, or null if none is found.
FilegetCacheFileBaseDir()
Gets the base directory in which the files used to store the contents of cache entries are placed.
voidsaveCacheFile(String url, CacheResult cacheResult)
Adds a cache entry to the HTTP cache for the specicifed URL.