Thanks to @pydanny
, here's a wonderful article describing a useful new fastcore feature: `flexicache`. It's a super-flexible cache decorator which comes with 'mtime' and 'time' policies ootb, but you can add your own with just a few lines of code.
Flexicache: New Flexible Cache Decorator for Fastcore
By
–