mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ac29e9de6a
Prior to this commit, it was unclear that an invocation of getCache() might potentially create a new Cache. This commit updates the Javadoc to point out that concrete CacheManager implementations may choose to create a new Cache at runtime if the Cache does not already exist. Closes gh-23193