FileCache class abstract

Inheritance

Constructors

FileCache()
const
FileCache.fromPath(String path)
factory

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

clear() → void
inherited
dispose() FutureOr
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readCache<TParam, TResult>(String id, FutureOr<Stream<TResult>> ifAbsent(TParam), CacheStrategy strategy, TParam param) FutureOr<Stream<TResult>>
inherited
toString() String
A string representation of this object.
inherited
writeCache<TParam, TResult>(String id, CacheStrategy strategy, TResult data, TParam param) → void
inherited

Operators

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