开发者

Name my class: Pipelined cache? AntiSymetricPipelineCache?

Having trouble coming up with the right name for this class. Basically its a wrapper around a redis data store where writes are "fired off" asynchronously and performed on another thread (to keep the main processing behavior as fast as possible). T开发者_JAVA百科here are only occasional Get operations and before we can run those we need to make sure that all of the put operations have completed before executing the get operation. During normal operation its very similar to a write-behind cache but it has to wait for flushing/syncing before it can return any data.

Any ideas? I think im missing something obvious here.


If you think of the key -> value mappings as a translation, the Translation Look-aside Buffer (TLB) nomenclature makes sense.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜