mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
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