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

Info

Key Value entries stored in the self.key_value_cache instance have a default TTL and will expire after some time. Use this instance for caching purposes only and not for persistant key-value pairs that you do not want to lose.

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 Data loader API for Caching and Custom State Management.