问题
As a part of our refactoring and move to WebApi 2, we are thinking of caching our responses. Based on my research OOB only the Get & Head are supported, however all our controllers only expose POST methods, are there are custom libraries or articles that can help us with implementing caching for POST actions ?
来源:https://stackoverflow.com/questions/30596582/webapi-caching-for-http-post