Files
spring-boot-demo/core-beans/output/26-allow-circular-cacheable-early-proxy.txt

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)