From 4dd5ae16b20b8726eabdeeeffd5ff9d5d6e8c44e Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 13 May 2011 15:40:12 +0000 Subject: [PATCH] SPR-8256 + fix small doc typo --- spring-framework-reference/src/cache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/cache.xml b/spring-framework-reference/src/cache.xml index 2d3a2216dc..f86b2c61c8 100644 --- a/spring-framework-reference/src/cache.xml +++ b/spring-framework-reference/src/cache.xml @@ -146,7 +146,7 @@ public Book findBook(ISBN isbn, boolean checkWarehouse, boolean includeUsed)true, the method is cached - if not, it behaves as if the method is not cached, that is executed every since time no matter what values are in the cache or what arguments are used. A quick example - the following method will be cached, only if the argument name has a length shorter then 32: -