缓存即服务

时间:2013-03-29 18:41:01

标签: web-services caching distributed-caching

是否有人知道任何缓存即服务产品?基本上,使用您喜欢的语言,API密钥以及从缓存服务读取和写入来获取SDK?

类似的东西:

cache = new Cache;

// read from the cache
cache->get( api_key, cache_key );

// write to the cache
cache->set( api_key, cache_key, data, expiration );

我四处搜寻,但没有找到这样的东西。我比任何事情都好奇。