Invalidating Cache for GetUserById Request after SetUserName Request
If I have a
GetUserById request and a SetUserName request that changes a User. How can I invalidate / clear the cache for a corresponding GetUserById?