Memoization | Caching |
---|---|
Function-level caching | Broader concept (can apply to I/O, web, etc.) |
Based on function arguments | Can be time-based, key-based, etc. |
Automatic or manual | Often includes invalidation policies |
Memoization | Caching |
---|---|
Function-level caching | Broader concept (can apply to I/O, web, etc.) |
Based on function arguments | Can be time-based, key-based, etc. |
Automatic or manual | Often includes invalidation policies |