data class ApplicationCacheResource
Detailed application cache resource information.
<init> |
Detailed application cache resource information. ApplicationCacheResource(url: String, size: Int, type: String) |
size |
Resource size. val size: Int |
type |
Resource type. val type: String |
url |
Resource url. val url: String |