PHP Faux Memcache
A crude php toy emulation of memcache, partionally implemented. Defaults to a 16M cache. Keys store strings and integers.
commands: add, set, get, increment, decrement, delete
usage (from the command line):
$ php faux_memcache.php

It displays the available commands and how to quit on the command line