Memcached客户端 Spymemcached

码农软件 · 软件分类 · 缓存系统 · 2019-08-30 19:41:24

软件介绍

Spymemcached是一个采用Java开发的异步、单线程的Memcached客户端。

最简单的例子:

MemcachedClient c=new MemcachedClient(
   
new InetSocketAddress("hostname", portNum));

// Store a value (async) for one hour
c
.set("someKey", 3600, someObject);
// Retrieve a value (synchronously).
Object myObject=c.get("someKey");

本文地址:https://www.codercto.com/soft/d/13523.html

Elements of Programming

Elements of Programming

Alexander A. Stepanov、Paul McJones / Addison-Wesley Professional / 2009-6-19 / USD 39.99

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, mus......一起来看看 《Elements of Programming》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器