stash_file library

Provides a file implementation of the stash caching API for Dart

Classes

FileCacheStore
FileStore<I extends Info, E extends Entry<I>>
File based implemention of a Store
FileVaultStore

Functions

newFileLocalCacheStore({String? path, StoreCodec? codec}) Future<FileCacheStore>
Creates a local FileCacheStore
newFileLocalVaultStore({String? path, StoreCodec? codec}) Future<FileVaultStore>
Creates a local FileVaultStore
newFileMemoryCacheStore({String? path, StoreCodec? codec}) Future<FileCacheStore>
Creates a new in-memory FileCacheStore
newFileMemoryVaultStore({String? path, StoreCodec? codec}) Future<FileVaultStore>
Creates a new in-memory FileVaultStore