com.teamdev.jxbrowser.mozilla15
Class MozillaCacheStorage

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

public class MozillaCacheStorage
extends CacheStorage


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

Constructor Detail

MozillaCacheStorage

public MozillaCacheStorage()
Method Detail

clearCache

public void clearCache()
Description copied from class: CacheStorage
Clears all cache entries except cookie and history.

Specified by:
clearCache in class CacheStorage