Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/share/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php on line 370
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 Wed, 04 Jul 2012 07:06:11 +0000 by phpDocumentor 1.4.3