public static class StorageController.ClearFlags extends Object
Modifier and Type | Field and Description |
---|---|
static long |
ALL
All data.
|
static long |
ALL_CACHES
All caches.
|
static long |
AUTH_SESSIONS
Auth tokens and caches.
|
static long |
COOKIES
Cookies.
|
static long |
DOM_STORAGES
DOM storages.
|
static long |
IMAGE_CACHE
Image cache.
|
static long |
NETWORK_CACHE
Network cache.
|
static long |
PERMISSIONS
Site permissions.
|
static long |
SITE_DATA
All site-related data (cookies, storages, caches, permissions, etc.).
|
static long |
SITE_SETTINGS
All site settings (permissions, content preferences, security
settings, etc.).
|
Constructor and Description |
---|
ClearFlags() |
public static final long COOKIES
public static final long NETWORK_CACHE
public static final long IMAGE_CACHE
public static final long DOM_STORAGES
public static final long AUTH_SESSIONS
public static final long PERMISSIONS
public static final long ALL_CACHES
public static final long SITE_SETTINGS
public static final long SITE_DATA
public static final long ALL