public class FlashCacheUtil extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
cacheChecked |
Constructor and Description |
---|
FlashCacheUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
checkCache()
This method shows a dialog to confirm users' preference for cache clear.
|
static void |
clearCache(boolean background,
org.eclipse.ui.IWorkbenchWindow window)
Method to clear SWF cache
|
static void |
clearCacheForStartup()
This method clears Internet cache in background if users select "Remove
cache without confirmation" option in the preference.
|
public static void checkCache()
public static void clearCacheForStartup()
public static void clearCache(boolean background, org.eclipse.ui.IWorkbenchWindow window)
background
- background processing flagwindow
- active WorkbenchWindow for progress dialog. use null for
silent mode.