First version of Memcache plugin

This commit is contained in:
Evan Prodromou
2010-01-02 21:16:59 -10:00
parent 1e1062ca9c
commit cc5534d180
4 changed files with 177 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ class Cache
static function key($extra)
{
$base_key = common_config('memcached', 'base');
$base_key = common_config('cache', 'base');
if (empty($base_key)) {
$base_key = common_keyize(common_config('site', 'name'));