Document XML attributes in mvc:resource-chain

Issue: SPR-12804
This commit is contained in:
Brian Clozel
2015-06-29 15:32:29 +02:00
parent e0d0fc53a9
commit c61552b258
2 changed files with 35 additions and 5 deletions

View File

@@ -139,7 +139,8 @@ public class ResourceHandlerRegistration {
* development, especially when applying a version strategy.
* @param cache the cache to use for storing resolved and transformed resources;
* by default a {@link org.springframework.cache.concurrent.ConcurrentMapCache}
* is used.
* is used. As Resources aren't serializable and can be dependent of the application host,
* one should not use a distributed cache but rather an in-memory cache.
* @return the same {@link ResourceHandlerRegistration} instance for chained method invocation
* @since 4.1
*/