HttpxCacheHiveStore class

Implemented types

Constructors

HttpxCacheHiveStore({String boxName = defaultBoxName, required String boxPath, HiveCipher? encryptionCipher, int storeEntryHiveTypeId = 1, int recordHiveTypeId = 2, int redirectInfoHiveTypeId = 3})

Properties

boxName String
final
boxPath String
final
encryptionCipher → HiveCipher?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(HttpxCacheStoreEntry entry) Future<void>
override
clear() Future<void>
close() FutureOr<void>
getAll(HttpxCacheStorePk primaryKey) Future<Iterable<HttpxCacheStoreEntry>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
removeWhere({required HttpxCacheStorePk primaryKey, HttpxHeadersEntries? requestHeadersFilter, HttpxHeadersEntries? responseHeadersFilter}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

defaultBoxName → const String