Dart API Reference
dart:html
CacheStorage
CacheStorage
class
Annotations
DocsEditable()
DomName('CacheStorage')
Experimental()
Instance Methods
create
(
String
cacheName
) →
Future
delete
(
String
cacheName
) →
Future
get
(
String
cacheName
) →
Future
has
(
String
cacheName
) →
Future
keys
(
) →
Future