mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
#242 documentModel::getDocumentList()의 ‘documentList’ object cache 제거.
This commit is contained in:
parent
33db463615
commit
2149ed7700
3 changed files with 1 additions and 25 deletions
|
|
@ -200,7 +200,6 @@ class documentAdminController extends document
|
|||
$cache_key_item = 'object_document_item:'.$document_srl;
|
||||
$oCacheHandler->delete($cache_key_item);
|
||||
}
|
||||
$oCacheHandler->invalidateGroupKey('documentList');
|
||||
}
|
||||
return new Object();
|
||||
}
|
||||
|
|
@ -461,7 +460,6 @@ class documentAdminController extends document
|
|||
$oCacheHandler->invalidateGroupKey('commentList_' . $document_srl);
|
||||
}
|
||||
}
|
||||
$oCacheHandler->invalidateGroupKey('documentList');
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue