Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
pip install -r requirements.txt --download pkg

Key Value Store/Cache

Starting with release 2.6.0, dataloader plugins now have access to a key value store/cache. They are available as self.key_value_store and self.key_value_cache respectively in the Dataloader plugin class. More documentation for the usage of these key value store/cache is available under Dataloader API for Caching and Custom State Management.