Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
换句话说:我可以用 304 响应并让它“正常工作”吗?
默认情况下,Flex 的 RemoteObject 和 BlazeDS 将 AMF 请求作为 POST 处理,因此它们不会缓存在浏览器中。您可以通过实现您自己的将 GET 响应序列化为 AMF 的 servlet 来改变这一点。然后在 Flex 端使用 URLLoader 发出请求。这可能会导致浏览器缓存响应。