CacheStorage class abstract

Implemented types
Implementers

Constructors

CacheStorage()
const

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
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>>
toString() String
A string representation of this object.
inherited
writeCache<TParam, TResult>(String id, CacheStrategy strategy, TResult data, TParam param) → void

Operators

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