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
@ContainerCache
目前的 @ContainerCache 注解仅支持在 Container 接口实现类类或方法容器上声明,希望可以支持在 Spring 配置类的工厂方法中使用。
Container
比如:
@ContainerCache(expirationTime = 1000L) @Bean public CustomeContainer customeContainer() { return new customeContainer(); }
The text was updated successfully, but these errors were encountered:
feat(cache): cache processor supports handling the @ContainerCache …
ced6591
…annotation on the spring factory method (GitHub #210,#211)
54fe41b
56c930b
b980dde
Createsequence
No branches or pull requests
目前的
@ContainerCache
注解仅支持在Container
接口实现类类或方法容器上声明,希望可以支持在 Spring 配置类的工厂方法中使用。比如:
The text was updated successfully, but these errors were encountered: