Cache缓存文件对应表

缓存文件是存储在 //config.php 文件中定义的 KC_CACHE_PATH 常量对应的目录里,默认路径为 //_cache/

主系统

system/module.php所安装的模块
system/admins.php所有管理员列表
system/config/{module}.php主系统和模块的参数设置
system/message/{adminid}.php管理员聊天
system/cache/{cachename}.php模板标签的cache值对应的缓存
system/lnk/flo_{adminid}.php快捷菜单,浮动的
system/lnk/{adminid}.php快捷菜单,首页的
system/mainmenu/{adminid}/{language}.php后台的管理菜单,主要的
system/getrows_number/{DBtable}/{where}.php缓存内容分页总页数,DBtable为数据表名称
system/tagmenu/{adminid}/{language}.phpTag标签方式显示最近访问的地址
system/modulever.php记录各个模块的版本
system/filemanage/{path}index.php文件管理器目录缓存

自定义模型

portal/list/id.php所有的栏目列表
portal/list/menu1~menu5.php对前台调用的5个菜单的缓存
portal/list/sitemap.php站点地图缓存
portal/list/{listid}.php对栏目列表的缓存
portal/model.php对所有模型名称的缓存
portal/model/model{modelid}.php模型信息的缓存
portal/model/table.phpmodelid=>modeltable
portal/model/name.phpmodelid=>modelname
portal/site/id.phpSiteUrl和SiteID的对应
portal/site/home.php首页集合,SiteID=>ListID
portal/site/info.php完整的Site对照,portal:infoSite($siteid)
portal/express.php完整的物流对照
portal/listeditor/{listid}.php栏目编辑,即列表管理员
portal/hit.php访问统计缓存,数据并不是直接更新,而是缓存一定数量后一并更新

用户系统

user/groups.php用户组索引
user/info/{userid}.php用户信息[非整合UCenter]

碎片管理

cache/info/{kid}.php碎片信息