Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 318 Bytes

File metadata and controls

17 lines (15 loc) · 318 Bytes

MemCache

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.