memcache-学习-2-java api

来源:互联网 发布:开放式厨房 知乎 编辑:程序博客网 时间:2024/05/17 06:32

http://code.google.com/p/memcached/wiki/Clients

spymemcached

  • http://code.google.com/p/spymemcached
    • An improved Java API maintained by Dustin Sallings.
    • Aggressively optimised, ability to run async, supports binary protocol, etc. See site for details.

Java memcached client

  • http://www.whalin.com/memcached
    • A Java API is maintained by Greg Whalin from Meetup.com.

More Java memcached clients

  • http://code.google.com/p/javamemcachedclient
  • http://code.google.com/p/memcache-client-forjava
  • http://code.google.com/p/xmemcached

Integrations

  • http://code.google.com/p/simple-spring-memcached
  • http://code.google.com/p/memcached-session-manage
0 0