• S
    Store by value support for ConcurrentMapCacheManager · 01949884
    Stephane Nicoll 提交于
    ConcurrentMapCacheManager and ConcurrentMapCache now support the
    serialization of cache entries via a new `storeByValue` attribute. If it is
    explicitly enabled, the cache value is first serialized and that content
    is stored in the cache.
    
    The net result is that any further change made on the object returned
    from the annotated method is not applied on the copy held in the cache.
    
    Issue: SPR-13758
    01949884
ConcurrentMapCacheManagerTests.java 4.4 KB