Module: Tins::Memoize
- Defined in:
- lib/tins/memoize.rb
Overview
Note:
This module is deprecated in favor of the mize gem.
Use memoize method: or memoize function: from the mize gem directly.
Provides memoization functionality for methods and functions with support for instance-level and class-level caching respectively.
Defined Under Namespace
Modules: CacheMethods