public class ApplicationCache extends Object
| Constructor and Description |
|---|
ApplicationCache() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCreationTime()
Application cache creation time.
|
String |
getManifestURL()
Manifest URL.
|
List<ApplicationCacheResource> |
getResources()
Application cache resources.
|
Double |
getSize()
Application cache size.
|
Double |
getUpdateTime()
Application cache update time.
|
void |
setCreationTime(Double creationTime)
Application cache creation time.
|
void |
setManifestURL(String manifestURL)
Manifest URL.
|
void |
setResources(List<ApplicationCacheResource> resources)
Application cache resources.
|
void |
setSize(Double size)
Application cache size.
|
void |
setUpdateTime(Double updateTime)
Application cache update time.
|
public String getManifestURL()
public void setManifestURL(String manifestURL)
public Double getSize()
public void setSize(Double size)
public Double getCreationTime()
public void setCreationTime(Double creationTime)
public Double getUpdateTime()
public void setUpdateTime(Double updateTime)
public List<ApplicationCacheResource> getResources()
public void setResources(List<ApplicationCacheResource> resources)
Copyright © 2020. All rights reserved.