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 cacheRet)
          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

public static File getCacheFileBaseDir()
Deprecated. 

cacheDisabled

public static boolean cacheDisabled()
Deprecated. 

startCacheTransaction

public static boolean startCacheTransaction()
Deprecated. 

endCacheTransaction

public static boolean endCacheTransaction()
Deprecated. 

getCacheFile

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

saveCacheFile

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


Copyright © 2008-2012. All Rights Reserved.