getCaching() — spring-boot Function Reference
Architecture documentation for the getCaching() function in ConfigurationPropertySourcesCachingTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e["getCaching()"] 8d7604d7_a8d6_0c6c_f002_b959882ea9c0["mockSource()"] 8d7604d7_a8d6_0c6c_f002_b959882ea9c0 -->|calls| d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e 47c79c8f_9d41_3191_4475_e9ee5311631f["enableDelegatesToCachingConfigurationPropertySources()"] 47c79c8f_9d41_3191_4475_e9ee5311631f -->|calls| d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e 9896c3f2_6219_b35f_0c16_464b8d86e75b["disableDelegatesToCachingConfigurationPropertySources()"] 9896c3f2_6219_b35f_0c16_464b8d86e75b -->|calls| d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e 6602f0fc_380d_c3ef_b1aa_108fa02a2404["setTimeToLiveDelegatesToCachingConfigurationPropertySources()"] 6602f0fc_380d_c3ef_b1aa_108fa02a2404 -->|calls| d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e a174c02a_d59b_e524_ca0a_0b2729afb99b["clearDelegatesToCachingConfigurationPropertySources()"] a174c02a_d59b_e524_ca0a_0b2729afb99b -->|calls| d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e style d9bd96d3_d5c9_ad99_c625_6e03b1ed9c2e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/ConfigurationPropertySourcesCachingTests.java lines 112–114
private @Nullable ConfigurationPropertyCaching getCaching(int index) {
return CachingConfigurationPropertySource.find(this.sources.get(index));
}
Domain
Subdomains
Called By
- clearDelegatesToCachingConfigurationPropertySources()
- disableDelegatesToCachingConfigurationPropertySources()
- enableDelegatesToCachingConfigurationPropertySources()
- mockSource()
- setTimeToLiveDelegatesToCachingConfigurationPropertySources()
Source
Frequently Asked Questions
What does getCaching() do?
getCaching() is a function in the spring-boot codebase.
What calls getCaching()?
getCaching() is called by 5 function(s): clearDelegatesToCachingConfigurationPropertySources, disableDelegatesToCachingConfigurationPropertySources, enableDelegatesToCachingConfigurationPropertySources, mockSource, setTimeToLiveDelegatesToCachingConfigurationPropertySources.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free