forked from GNUsocial/gnu-social
First version of Memcache plugin
This commit is contained in:
@@ -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'));
|
||||
|
Reference in New Issue
Block a user