android.webkit
Class CacheManager

java.lang.Object
  extended by android.webkit.CacheManager

Deprecated.

@Deprecated
public final class CacheManager
extends Object


Nested Class Summary
static class CacheManager.CacheResult
          Deprecated. 
 
Constructor Summary
CacheManager()
          Deprecated.  
 
Method Summary
static boolean cacheDisabled()
          Deprecated. 
static boolean endCacheTransaction()
          Deprecated. 
static CacheManager.CacheResult getCacheFile(String url, Map<String,String> headers)
          Deprecated. 
static File getCacheFileBaseDir()
          Deprecated. 
static void saveCacheFile(String url, CacheManager.CacheResult cacheResult)
          Deprecated. 
static boolean startCacheTransaction()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManager

public CacheManager()
Deprecated. 
Method Detail

getCacheFileBaseDir

@Deprecated
public static File getCacheFileBaseDir()
Deprecated. 


cacheDisabled

@Deprecated
public static boolean cacheDisabled()
Deprecated. 


startCacheTransaction

@Deprecated
public static boolean startCacheTransaction()
Deprecated. 


endCacheTransaction

@Deprecated
public static boolean endCacheTransaction()
Deprecated. 


getCacheFile

@Deprecated
public static CacheManager.CacheResult getCacheFile(String url,
                                                               Map<String,String> headers)
Deprecated. 


saveCacheFile

@Deprecated
public static void saveCacheFile(String url,
                                            CacheManager.CacheResult cacheResult)
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.