A simple Memcached wrapper supporting namespacing of stored values.
Located in /AwlCache.php (line 10)
Initialise the cache connection. We use getpid() to give us a persistent connection.
Acquire a lock on something
Delete a value from a namespace/key, or for everything in a namespace if a 'null' key is supplied.
Flush the entire cache
get a value from the specified namespace / key
So we can find out if we are actually using the cache.
Release a lock
Set a value for the specified namespace/key, perhaps with an expiry (default 10 days)
Documentation generated on Fri, 13 Jan 2012 23:40:12 +1300 by phpDocumentor 1.4.3