B4A MemCacher
Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects)
memcacher.putstrings("mem", "a big test")
Now go and retrieve it
memcacher.getstring("mem")This is under active development and is likely to change.