Changelog

0.1.5

  • Fix when using _refresh=False and the .invalidate(). pull#19

0.1.4

  • Ability to have the memoized function return None as an actual result. pull#9

0.1.3

  • Ability to pass in your own custom cache-key callable function. Thanks @jaumebecks pull#10

0.1.2

  • Ability to specify a different-than-default cache alias Thanks @benspaulding pull#6

0.1.1

  • Package sit-ups. Main file not a package so it wasn’t distributed.

0.1.0

  • Basic version released.