缓存文件是存储在 //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}.php | Tag标签方式显示最近访问的地址 |
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.php | modelid=>modeltable |
portal/model/name.php | modelid=>modelname |
portal/site/id.php | SiteUrl和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 | 碎片信息 |