ICacheRequestData class abstract

ICacheRequestData is a contract with the basics methods for managing the cache storage for the requests data.

Implementers

Constructors

ICacheRequestData()

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

addRequest({required RequestCacheKey key}) Future<void>
clearRequestsData() Future<void>
completeRequest({required RequestCacheKey key, Response? response}) Future<void>
getRequestKey({required RequestCacheKey key}) Future<RequestCacheKey?>
getRequestResponse({required RequestCacheKey key}) Future<Response?>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRequest({required RequestCacheKey key}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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