WebCacheInterop class

Stub implementation of WebCacheInterop for non-web platforms

Constructors

WebCacheInterop()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createBlobUrl(dynamic data) String
delete(String cacheName, String url) Future<bool>
deleteCache(String cacheName) Future<bool>
getAllKeys(String cacheName) Future<List<String>>
getBlobUrl(String cacheName, String url) Future<String?>
getStorageQuota() Future<StorageQuota>
has(String cacheName, String url) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(String cacheName, String url, dynamic data) Future<void>
requestPersistentStorage() Future<bool>
revokeBlobUrl(String blobUrl) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited