You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use custom keyGenerator when I use aspectj compile-time weaving, but the keyGenerator is always DefaultKeyGenerator.
The config is as below:
<cache:annotation-driven mode="aspectj" key-generator="myKeyGenerator"/>
<bean id="myKeyGenerator" class="xxx.MyKeyGenerator"/>