dustin / java-memcached-client

A simple, asynchronous, single-threaded memcached client written in java.

This URL has Read+Write access

java-memcached-client / xdocs / index.xml
100644 25 lines (21 sloc) 0.594 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
 
<!-- Copyright (c) 2006 Dustin Sallings (dustin@spy.net) -->
 
<document>
<properties>
<author email="dustin@spy.net">Dustin Sallings</author>
<title>java memcached client</title>
</properties>
 
<body>
<section name="Overview">
<p>
This project is now primarily hosted at
<a href="http://code.google.com/p/spymemcached/">google code
hosting</a> with the source at <a
href="http://github.com/dustin/java-memcached-client">github</a>.
</p>
      <p>
        <a href="changelog.html">Changelog</a>
      </p>
</section>
</body>
</document>