We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前的 Cache、AB、logger 以及移除的 Database 类都是单例懒加载模式,提供 getInstance 的方法。
Cache
AB
logger
Database
getInstance
单例模式下:
RedisWrapper
所以需要探讨:通过 IOC 还是什么方法 以解决这个麻烦
IOC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前的
Cache
、AB
、logger
以及移除的Database
类都是单例懒加载模式,提供getInstance
的方法。单例模式下:
Cache
类,甚至还需要RedisWrapper
类以持有两个连接池所以需要探讨:通过
IOC
还是什么方法 以解决这个麻烦The text was updated successfully, but these errors were encountered: