Home / Function/ tick() — spring-boot Function Reference

tick() — spring-boot Function Reference

Architecture documentation for the tick() function in SoftReferenceConfigurationPropertyCacheTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c56be156_978e_fe68_b642_d5efd67ff841["tick()"]
  0d4bcd6b_0f50_dea7_041a_b63f63e10658["enableEnablesCachingWithUnlimitedTimeToLive()"]
  0d4bcd6b_0f50_dea7_041a_b63f63e10658 -->|calls| c56be156_978e_fe68_b642_d5efd67ff841
  321efcfb_1fb2_6b5d_3916_e9b3a8d772c9["setTimeToLiveEnablesCachingWithTimeToLive()"]
  321efcfb_1fb2_6b5d_3916_e9b3a8d772c9 -->|calls| c56be156_978e_fe68_b642_d5efd67ff841
  3afe88d4_d1b9_55a9_f67e_0d9e372b2cea["overrideWhenHasExistingTimeToLiveEnablesCaching()"]
  3afe88d4_d1b9_55a9_f67e_0d9e372b2cea -->|calls| c56be156_978e_fe68_b642_d5efd67ff841
  style c56be156_978e_fe68_b642_d5efd67ff841 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/properties/source/SoftReferenceConfigurationPropertyCacheTests.java lines 180–182

	private void tick(Duration duration) {
		this.clock = Clock.offset(this.clock, duration);
	}

Domain

Subdomains

Frequently Asked Questions

What does tick() do?
tick() is a function in the spring-boot codebase.
What calls tick()?
tick() is called by 3 function(s): enableEnablesCachingWithUnlimitedTimeToLive, overrideWhenHasExistingTimeToLiveEnablesCaching, setTimeToLiveEnablesCachingWithTimeToLive.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free