FICHA · MANJARO

ruby-memoist

ActiveSupport::Memoizable with a few enhancements

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

Description

Adds memoization helpers inspired by ActiveSupport::Memoizable. It is useful when Ruby methods repeat expensive calculations and can safely reuse the same result.

Memoization can keep stale or sensitive values in memory. Use it only for stable results, and clear caches when inputs, permissions, or user context change.

Permissions

Permissions not analysed for this source yet.