spring-framework / org.springframework.cache.support / AbstractCacheManager / initializeCaches

initializeCaches

open fun initializeCaches(): Unit

Initialize the static configuration of caches.

Triggered on startup through #afterPropertiesSet(); can also be called to re-initialize at runtime.

Since
4.2.2

See Also
#loadCaches()