Further Cache Improvements in Spring 4.1
One of the nicest features we found in JSR-107 was the ability to resolve the cache to use at runtime, that is based on the actual method execution. So far, our own support was relying on cache name(s) being specified at the annotation (or aspect definition) level. Several issues were raised to report that when more than one CacheManager
is used, it is required to be able to customize the manager to which those names were resolved to.
Read full article from Further Cache Improvements in Spring 4.1
No comments:
Post a Comment