调用方式
global $CACHE;
$user_cache = $CACHE->readCache('sta');
可用变量
$sta_cache['lognum'] 网站文章总数
$sta_cache['draftnum'] 文章草稿数
$sta_cache['comnum'] 已审核评论数
$sta_cache['comnum_all'] 所有评论数
$sta_cache['twnum'] 微语数
$sta_cache['hidecomnum'] 未审核评论数
$sta_cache['checknum'] ?这是什么
以及,所有用户的
$sta_cache[x]['lognum'] 该用户发表文章数
$sta_cache[x]['draftnum'] 该用户草稿
$sta_cache[x]['commentnum'] 该用户所有评论
$sta_cache[x]['hidecommentnum']该用户未审核评论数
$sta_cache[x]['twnum'] 该用户发表微语数