stash_objectbox library

Provides a Objectbox implementation of the Stash caching API for Dart

Classes

ObjectboxAdapter
The ObjectboxAdapter provides a bridge between the store and the Hive backend
ObjectboxCacheStore
ObjectboxStore<O extends ObjectboxEntity, I extends Info, E extends Entry<I>>
Objectbox based implemention of a Store
ObjectboxVaultStore

Functions

newObjectboxLocalCacheStore({String? path, StoreCodec? codec, int? maxDBSizeInKB, int? fileMode, int? maxReaders, bool? queriesCaseSensitiveDefault}) Future<ObjectboxCacheStore>
Creates a new ObjectboxCacheStore
newObjectboxLocalVaultStore({String? path, StoreCodec? codec, int? maxDBSizeInKB, int? fileMode, int? maxReaders, bool? queriesCaseSensitiveDefault}) Future<ObjectboxVaultStore>
Creates a new ObjectboxVaultStore