pynenc.client_data_store

ClientDataStore package — manages serialization, caching, and storage of client-provided data (task arguments, results, and exceptions).

Key components:

  • BaseClientDataStore: Abstract base with multi-tier LRU caching

  • MemClientDataStore: In-memory dict-backed implementation

  • SQLiteClientDataStore: SQLite-backed cross-process implementation

Submodules

Package Contents

Data

API

pynenc.client_data_store.__all__

[‘BaseClientDataStore’, ‘MemClientDataStore’, ‘SQLiteClientDataStore’]