com.teamdev.jxbrowser.safari
Class SafariCacheStorage

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

public class SafariCacheStorage
extends CacheStorage


Constructor Summary
SafariCacheStorage()
           
 
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

SafariCacheStorage

public SafariCacheStorage()
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