spring-framework/spring-aspects
Phillip Webb eea230f2a8 Allow @CachePut 'key' SpEL to refer to #result
Allow the @CachePut 'key' SpEL to refer to the result of the method call
via a '#result' variable.

This change is particularly useful when working with JPA entities that
have generated @Id values since the ID will often not be available
until the entity has been saved.

Issue: SPR-10664
2013-06-23 09:07:16 -07:00
..
src Allow @CachePut 'key' SpEL to refer to #result 2013-06-23 09:07:16 -07:00
aspects.gradle Update to Gradle 1.6 2013-05-14 12:24:00 -05:00