Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01Uu7q8vPeREyT4218EJPzz1
8 lines
329 B
Plaintext
8 lines
329 B
Plaintext
# The same field cycle, with @Cacheable on one of the two beans, and the flag on
|
|
|
|
started: true
|
|
CachedFirst bean is a proxy : true (CachedFirst$$SpringCGLIB$$0)
|
|
CachedSecond.first is a proxy : true
|
|
CachedSecond.first == the bean : true
|
|
two calls through the injected reference return 1 and 1, method body ran 1 time(s)
|