CacheInterceptor class

Constructors

CacheInterceptor(IStorageService _storage)

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

clearAllCache() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onConnected(HasuraConnect connect) Future<void>?
inherited
onDisconnected() Future<void>?
inherited
onError(HasuraError error, HasuraConnect connect) Future
onRequest(Request request, HasuraConnect connect) Future?
inherited
onResponse(Response data, HasuraConnect connect) Future
onSubscription(Request request, Snapshot snapshot) Future<void>
onTryAgain(HasuraConnect connect) Future<void>?
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

namespaceKey → const String