Caching responses with JSON
In REST we can cache responses by URL, but in JSON-RPC all data a passed in body, so how can we cache responses in JSON-RPC? Is it possible to cache responses on client?
链接地址: http://www.djcxy.com/p/45662.html上一篇: 增强许多对象的序列化和矢量
下一篇: 使用JSON缓存响应