Dart SDK
dart:html
CacheStorage
class
CacheStorage
Methods
Methods
create
delete
get
has
keys
(Not documented.)
Annotations
DocsEditable()
DomName('CacheStorage')
Experimental()
Methods
create
(
String
cacheName
) →
Future
delete
(
String
cacheName
) →
Future
get
(
String
cacheName
) →
Future
has
(
String
cacheName
) →
Future
keys
(
) →
Future