Understanding Data Outside Of Service : SOA
问题 Note: Data outside of service means the message returned by a service and consumed by the client. I have a service named LastBuyer Service. This will return the last buyer name of a book when I input the bookID to the service. When I call the service for the same book id, it will return different result (if a book is purchased by a new buyer). So I cannot cache the result of the service in the client (for a particular BookID). While reading the article “Data on the Inside vs. Data on the