Tag: Source Code
2 articles
Guava Cache Source Analysis: LocalCache, Segment, Loading...
Guava Cache is widely used in production, but many lack source-level understanding of LocalCache/Segment/LoadingCache behavior. Guava achieves thread-safe local cache through LocalCache+Segment str...
IoC Container Source Code Analysis: Bean Instantiation an...
In-depth analysis of Spring IoC container initialization flow through breakpoint debugging, detailed explanation of Bean creation timing and AbstractApplicationContext.refresh core logic.