Commit 7765d31e authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.3.x'

parents f93775ec c8632f12
......@@ -3978,7 +3978,10 @@ size of 500 and a _time to live_ of 10 minutes
----
Besides, if a `com.google.common.cache.CacheLoader` bean is defined, it is automatically
associated to the `GuavaCacheManager`.
associated to the `GuavaCacheManager`. Since the `CacheLoader` is going to be associated
to _all_ caches managed by the cache manager, it must be defined as
`CacheLoader<Object, Object>`. Any other generic type will be ignored by the
auto-configuration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment