createCache生效但是Cached无效
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
createCache统计信息能够正常输出
Cached注解无效,每次调用get接口都到方法中去,断点没有走到jetCacheinterceptor.invoke方法
启动时ConfigMap的methodInfoMap为空
该如何排查该问题?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the createCache path and the Cached annotation setup, then inspect ConfigMap.methodInfoMap during startup and JetCacheInterceptor.invoke during a get call. Reproduce the reported behavior and determine why the annotated method is not reaching the interceptor; done means the cause is identified and Cached calls are intercepted as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100