greenelab/phenoplier

Improve caching support

miltondp opened this issue · 1 comments

@ben-heil suggested in this PR to use functools cache decorators instead of having my own caching mechanism (libs/data/cache.py)

This was already fixed.