load_filters: use memcache (fix obj_id)
This commit is contained in:
parent
b8ffa322a8
commit
1f01132802
1 changed files with 2 additions and 0 deletions
|
@ -5856,6 +5856,8 @@
|
||||||
|
|
||||||
global $memcache;
|
global $memcache;
|
||||||
|
|
||||||
|
$obj_id = md5("FILTER:$feed:$owner_uid:$action_id");
|
||||||
|
|
||||||
if ($memcache && $obj = $memcache->get($obj_id)) {
|
if ($memcache && $obj = $memcache->get($obj_id)) {
|
||||||
|
|
||||||
print_r($obj);
|
print_r($obj);
|
||||||
|
|
Loading…
Reference in a new issue