FICHA · AUR

python3-memoizedb

Generic data retrieval memoizer that uses an sqlite database to cache data.

  • Library
  • LIBRARY
  • PYTHON
  • CACHE
  • Dependency only
official+codex · reviewed · May 29, 2026 description in en

Description

Python programs can cache retrieved data in SQLite so repeated calls can reuse stored results instead of fetching or computing again. This is useful for scripts that query APIs, parse expensive data, or repeat slow lookups.

It is a developer library. Cached data can become stale or contain private information, so applications should define expiration, storage paths, and cleanup behavior.

Permissions

Permissions not analysed for this source yet.