Skip to content

unic0x/memclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

MemCache for B4A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages