DirectoryCacheProvider class

Implemented types

Constructors

DirectoryCacheProvider(Directory dir)

Properties

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

Methods

clearCache() Future<void>
override
getCacheSize() Future<int>
override
loadCache(Uri bundleKey) Future<BundleResponse?>
load a cache as Fetcher.fetch does, null if no cache retrieved
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveCache(Uri bundleKey, BundleResponse bundle) Future<void>
throwing is ignored
override
toString() String
A string representation of this object.
inherited

Operators

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