apn_cache 0.1.0 copy "apn_cache: ^0.1.0" to clipboard
apn_cache: ^0.1.0 copied to clipboard

outdated

In memory caching service for Flutter projects

0.1.0 - BREAKING #

  • BREAKING: Renamed clearCache to removeList. Migrate to removeList(key, emit: false) to reproduce old behaviour
  • Added removeSingle
  • Added option to remove select models by id via removeList(modelIds:[string]) and removeSingle(string)
  • Added option to broadcast removals from cache via removeList(emit: bool), removeSingle(emit: bool) default true
  • Added tests for the new functionality

0.0.2 #

  • Avoid name clashes in the internal stream keys, to make sure different Types T are given unique steams

0.0.1 #

  • Extracted working version with single model and list of models
0
likes
0
points
40
downloads

Publisher

verified publisherappnormal.com

Weekly Downloads

In memory caching service for Flutter projects

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on apn_cache