异步键值存储Storehaus.zip
Storehaus 是一个能够让异步键值存储更加方便的开发工具。Storehaus 是基于 Twitter's Future 所建立的。Storehaus 的核心模块定义了三个特征:只读 ReadableStore ,只写 WritableStore 和只写 Store. 这三个特征都非常的小:package com.twitter.storehaus import com.twitter.util.{ Closable, Future, Time } trait ReadableStore[-K, V] extends Closeable { def get(k: K): Futu
下载地址
用户评论