总结cached_property

参考链接

functools.cached_property(Python 3.8)

总结

python3.8新增的functools.cached_property特点是加了线程锁,但不支持异步操作。