CacheHandler class

Constructors

CacheHandler({required LoggingOptions loggingOptions, required CacheOptions cacheOptions})

Properties

cacheOptions CacheOptions
final
hashCode int
The hash code for this object.
no setterinherited
loggingOptions LoggingOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() Future
get(RequestOptions options) Future
init() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(Response response) Future
toString() String
A string representation of this object.
inherited

Operators

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