wechaty / python-wechaty-puppet-service

Python Puppet Service Client for Wechaty
https://pypi.org/project/wechaty-puppet-service
Apache License 2.0
9 stars 15 forks source link

cache.lru_cache should be applied to functions #36

Open wj-Mcat opened 3 years ago

wj-Mcat commented 3 years ago

LUR cache strategy can relieve the pressure of IO, we can apply this feature to methods or attributes. refet to :