mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
added pagination to cache on getDocumentList method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9345 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
48e59465e0
commit
6a9f6e4317
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@
|
|||
// cache controll
|
||||
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||
if($oCacheHandler->isSupport()){
|
||||
$cache_key = 'object:'.$obj->module_srl.'_category_srl:'.$obj->category_srl.'_list_count:'.$obj->list_count.'_search_target:'.$obj->search_target.'_search_keyword:'.$obj->search_keyword.'_documents';
|
||||
$cache_key = 'object:'.$obj->module_srl.'_category_srl:'.$obj->category_srl.'_list_count:'.$obj->list_count.'_search_target:'.$obj->search_target.'_search_keyword:'.$obj->search_keyword.'_page'.$obj->page;
|
||||
$output = $oCacheHandler->get($cache_key);
|
||||
$cache_object = $oCacheHandler->get('module_list_documents');
|
||||
if($cache_object) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue