com.teamdev.jxbrowser.cache
Class CacheStorage

java.lang.Object
  extended by com.teamdev.jxbrowser.cache.CacheStorage

public abstract class CacheStorage
extends java.lang.Object

Represents cache storage.


Constructor Summary
CacheStorage()
           
 
Method Summary
abstract  void clearCache()
          Clears all cache entries except cookie and history.
static CacheStorage getInstance(BrowserType browserType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheStorage

public CacheStorage()
Method Detail

getInstance

public static CacheStorage getInstance(BrowserType browserType)

clearCache

public abstract void clearCache()
Clears all cache entries except cookie and history.