- Add
.memo_pad
class method upon including module to call from class methods.
- Add
#clear
method to flush all cached entries on the instance.
- BREAKING: Changes
MemoPad::Memo#call
toMemoPad::Memo#fetch
to more closely match interfaces likeActiveSupport::Cache
. - Add
#read
and#write
methods to allow for lower-level manipulation of the cached values, similarly inspired by the interface ofActiveSupport::Cache
.
- Initial release