This commit is contained in:
Stephane Nicoll 2016-03-16 17:14:03 +01:00
parent 30d457c622
commit b1121fba70
1 changed files with 4 additions and 4 deletions

View File

@ -173,10 +173,10 @@ public abstract class AbstractCacheManager implements CacheManager, Initializing
/** /**
* Return a missing cache with the specified {@code name} or {@code null} if * Return a missing cache with the specified {@code name} or {@code null} if
* such cache does not exist or could not be created on the fly. * such cache does not exist or could not be created on the fly.
* <p>Some caches may be created at runtime in the native provided. If a lookup * <p>Some caches may be created at runtime if the native provider supports
* by name does not yield any result, a subclass gets a chance to register * it. If a lookup by name does not yield any result, a subclass gets a chance
* such a cache at runtime. The returned cache will be automatically added to * to register such a cache at runtime. The returned cache will be automatically
* this instance. * added to this instance.
* @param name the name of the cache to retrieve * @param name the name of the cache to retrieve
* @return the missing cache or {@code null} if no such cache exists or could be * @return the missing cache or {@code null} if no such cache exists or could be
* created * created