FICHA · MANJARO

python-cachetools

Extensible memoizing collections and decorators

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

Reuse expensive Python results without recalculating them every time. The library provides cache-aware collections and decorators that developers can attach to functions or data flows.

It is useful for programs that repeat the same lookups or calculations often. Cached values can become stale when the underlying data changes, so applications should choose size limits and expiration behavior deliberately.

Permissions

Permissions not analysed for this source yet.