#470 | $cache_data = $run->runtime->get_block_data_cache($cache_key); |
#471 | if($cache_data){ |
#472 | return $cache_data; |
#473 | } |
#474 | } |
#475 | |
#476 | $table_prefix = $_ENV['_config']['db']['master']['tablepre']; |
#477 | $table = 'hanzi'; |
#478 | $table_full = $table_prefix.'cms_'.$table; |
#479 |