标签: spring caching
public interface OnHookDao { @CachePut(key="'OnHook:uid:'+#root.args[0].getUid().toString()", result="#root.args[0]") int updateByPrimaryKey(OnHook record); }
并且我已经实现了上面的功能。 为什么我们不为使用的自定义添加结果属性?