function-cache
A Python memoization cache with Redis, async support, DAG pipelines, and an HTTP server
True to its name, `funccache` implements the cache function. Cache the return value of a callable object or all methods defined in a class.
如其名,它实现缓存功能,可缓存某个函数或某个类中定义的所有方法的返回值。