您可以使用请求端缓存模式来实现写策略。
You can use the Requester Side Caching Pattern to implement the On Write policy.
如果你的数据是又读又写的,那么使用“read-write”策略。
其中,三种常见的策略为:回写(writeback)、预定(ordered)和数据(data)。
Three of the most common strategies are writeback, ordered, and data.
其中,三种常见的策略为:回写(writeback)、预定(ordered)和数据(data)。
Three of the most common strategies are writeback, ordered, and data.
应用推荐