`

模块详细缓存

    博客分类:
  • php
 
阅读更多
原文地址:http://www.phpcms.cn/doc/PHPCMSDocumentor/cache_module_detail.html



Phpcms缓存,路径:data/cache/module_phpcms.php ,读取方式:$m_cache = cache_read('module_phpcms.php'); 

array (
  'module' => 'phpcms',
  'name' => 'Phpcms',
  'path' => '',
  'url' => '',
  'iscore' => '1',
  'version' => '2008',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'phpcmsusername' => '',
  'phpcmspassword' => '',
  'sitename' => 'Phpcms',
  'siteurl' => '',
  'ishtml' => '1',
  'fileext' => 'html',
  'meta_title' => '中国领先的网站内容管理系统',
  'meta_keywords' => 'Phpcms 网站内容管理系统',
  'meta_description' => 'Phpcms 网站内容管理系统',
  'copyright' => '<p>CopyRight 2006---2009&nbsp; <a href="http://www.phpcms.cn/">酷6网(北京)信息技术有限公司</a>版权所有</p>',
  'icpno' => '京ICP证060955号',
  'pageshtml' => '总数:<b>{$total}</b>
<a href="{$firstpage}">首页</a><a href="{$prepage}">上一页</a><a href="{$nextpage}">下一页</a><a href="{$lastpage}">尾页</a>
页次:<b><font color="red">{$page}</font>/{$pages}</b>
<input type="text" name="page" id="page" size="2" onKeyDown="if(event.keyCode==13) {redirect(\'{$urlpre}\'+this.value); return false;}"> 
<input type="button" value="GO" class="gotopage" onclick="redirect(\'{$urlpre}\'+$(\'#page\').val())">',
  'segmentclass' => 'segment',
  'enablegetkeywords' => '1',
  'enablegetscrollbar' => '1',
  'enable_urlencode' => '0',
  'areaid' => '1',
  'editor_max_data_hour' => '4',
  'editor_interval_data' => '30',
  'maxpage' => '100',
  'pagesize' => '20',
  'autoupdatelist' => '5',
  'search_time' => '10',
  'search_maxresults' => '500',
  'search_pagesize' => '10',
  'category_count' => '1',
  'show_hits' => '1',
  'adminaccessip' => '',
  'maxloginfailedtimes' => '5',
  'maxiplockedtime' => '1',
  'enable_ipbanned' => '0',
  'minrefreshtime' => '0',
  'filter_word' => '',
  'thumb_enable' => '1',
  'thumb_width' => '300',
  'thumb_height' => '300',
  'watermark_enable' => '1',
  'watermark_minwidth' => '300',
  'watermark_minheight' => '300',
  'watermark_img' => 'images/watermark.gif',
  'watermark_pct' => '100',
  'watermark_quality' => '80',
  'watermark_pos' => '9',
  'mail_type' => '1',
  'mail_server' => 'smtp.163.com',
  'mail_port' => '25',
  'mail_user' => 'phpcms@163.com',
  'mail_password' => '',
  'mail_sign' => '',
  'enablepassport' => '0',
  'passport_file' => 'discuz',
  'passport_charset' => 'gbk',
  'passport_url' => 'http://www.***.com/bbs/api/passport.php',
  'passport_key' => '',
  'enableserverpassport' => '0',
  'passport_serverurl' => 'http://www.***.com/bbs/',
  'passport_registerurl' => 'register.php',
  'passport_loginurl' => 'login.php',
  'passport_logouturl' => 'login.php?action=quit',
  'passport_getpasswordurl' => 'sendpwd.php',
  'passport_serverkey' => '',
  'passport_expire' => '',
  'uc' => '0',
  'uc_api' => 'http://uc.phpcms.cn/uc',
  'uc_ip' => '',
  'uc_dbhost' => 'localhost',
  'uc_dbname' => 'dbname',
  'uc_dbuser' => 'dbuser',
  'uc_dbpwd' => 'dbpw',
  'uc_dbpre' => 'uc_',
  'uc_charset' => 'gbk',
  'uc_appid' => '3',
  'uc_key' => '',
  'enabletm' => '0',
  'qq' => '',
  'msn' => '',
  'skype' => '',
  'taobao' => '',
  'alibaba' => '',
)

会员缓存,路径:data/cache/module_member.php ,读取方式:$m_cache = cache_read('module_member.php'); 

array (
  'module' => 'member',
  'name' => '会员',
  'path' => 'member/',
  'url' => 'member/',
  'iscore' => '1',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'allowregister' => '1',
  'choosemodel' => '1',
  'enablemailcheck' => '0',
  'enableshowlist' => '1',
  'enableadmincheck' => '0',
  'enablecheckcodeofreg' => '1',
  'enableQchk' => '0',
  'paytype' => 'point',
  'defualtpoint' => '0',
  'defualtamount' => '0.00',
  'reglicense' => ' 欢迎您注册成为phpcms用户
            
            ',
)

支付缓存,路径:data/cache/module_pay.php ,读取方式:$m_cache = cache_read('module_pay.php'); 

array (
  'module' => 'pay',
  'name' => '支付',
  'path' => 'pay/',
  'url' => 'pay/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'maxtopfailedtimes' => '0',
  'maxiplockedtime' => '1',
  'enabledkey' => ',',
)

广告管理缓存,路径:data/cache/module_ads.php ,读取方式:$m_cache = cache_read('module_ads.php'); 

array (
  'module' => 'ads',
  'name' => '广告管理',
  'path' => 'ads/',
  'url' => 'ads/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'enableadsclick' => '1',
  'pagesize' => '15',
  'ext' => 'jpg|jpeg|gif|bmp|png|swf',
  'maxsize' => '307200',
  'htmldir' => 'js',
)

个人空间缓存,路径:data/cache/module_space.php ,读取方式:$m_cache = cache_read('module_space.php'); 

array (
  'module' => 'space',
  'name' => '个人空间',
  'path' => 'space/',
  'url' => 'space/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

评论缓存,路径:data/cache/module_comment.php ,读取方式:$m_cache = cache_read('module_comment.php'); 

array (
  'module' => 'comment',
  'name' => '评论',
  'path' => 'comment/',
  'url' => 'comment/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'ischecklogin' => '1',
  'ischeckcomment' => '0',
  'enablecheckcode' => '1',
  'maxnum' => '10',
  'enabledkey' => ',',
)

投票问卷缓存,路径:data/cache/module_vote.php ,读取方式:$m_cache = cache_read('module_vote.php'); 

array (
  'module' => 'vote',
  'name' => '投票问卷',
  'path' => 'vote/',
  'url' => 'vote/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'editor' => '1',
  'template' => '',
  'checkcode' => '0',
  'anonymous' => '1',
)

友情链接缓存,路径:data/cache/module_link.php ,读取方式:$m_cache = cache_read('module_link.php'); 

array (
  'module' => 'link',
  'name' => '友情链接',
  'path' => 'link/',
  'url' => 'link/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'seo_keywords' => '友情链接',
  'seo_description' => '友情链接',
  'enablecheckcode' => '0',
  'ischeck' => '1',
)

订单缓存,路径:data/cache/module_order.php ,读取方式:$m_cache = cache_read('module_order.php'); 

array (
  'module' => 'order',
  'name' => '订单',
  'path' => 'order/',
  'url' => 'order/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-11-26',
  'installdate' => '2008-11-26',
  'updatedate' => '2008-11-26',
  'maxcloseday' => '7',
  'maxdelivers' => '5',
)

短消息缓存,路径:data/cache/module_message.php ,读取方式:$m_cache = cache_read('module_message.php'); 

array (
  'module' => 'message',
  'name' => '短消息',
  'path' => 'message/',
  'url' => 'message/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

邮箱订阅缓存,路径:data/cache/module_mail.php ,读取方式:$m_cache = cache_read('module_mail.php'); 

array (
  'module' => 'mail',
  'name' => '邮箱订阅',
  'path' => 'mail/',
  'url' => 'mail/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'validation' => '0',
  'maxnum' => '5',
  'ischeckcode' => '1',
  'enabledkey' => ',',
)

留言板缓存,路径:data/cache/module_guestbook.php ,读取方式:$m_cache = cache_read('module_guestbook.php'); 

array (
  'module' => 'guestbook',
  'name' => '留言板',
  'path' => 'guestbook/',
  'url' => 'guestbook/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'seo_keywords' => 'phpcms留言板',
  'seo_description' => 'phpcms留言板',
  'pagesize' => '20',
  'maxcontent' => '1000',
  'enablecheckcode' => '1',
  'show' => '1',
  'enableTourist' => '0',
  'checkpass' => '0',
)

网站公告缓存,路径:data/cache/module_announce.php ,读取方式:$m_cache = cache_read('module_announce.php'); 

array (
  'module' => 'announce',
  'name' => '网站公告',
  'path' => 'announce/',
  'url' => 'announce/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

问吧缓存,路径:data/cache/module_ask.php ,读取方式:$m_cache = cache_read('module_ask.php'); 

array (
  'module' => 'ask',
  'name' => '问吧',
  'path' => 'ask/',
  'url' => 'ask/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'publish_check' => '0',
  'publish_code' => '1',
  'answer_check' => '0',
  'height_score' => '10',
  'anybody_score' => '2',
  'answer_give_credit' => '2',
  'answer_max_credit' => '20',
  'answer_bounty_credit' => '10',
  'vote_give_credit' => '1',
  'vote_max_credit' => '10',
  'del_question_credit' => '20',
  'del_answer_credit' => '25',
  'del_day15_credit' => '25',
  'return_credit' => '10',
  'member_group' => '公司白领
魔法师
科举夺魁
武将
江湖奇侠',
  'autoupdate' => '10',
  'use_editor' => '1',
  'rewrite' => '0',
  'categoryUrlRuleid' => '29',
  'showUrlRuleid' => '28',
)

顶一下缓存,路径:data/cache/module_digg.php ,读取方式:$m_cache = cache_read('module_digg.php'); 

array (
  'module' => 'digg',
  'name' => '顶一下',
  'path' => 'digg/',
  'url' => 'digg/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'mode' => '1',
)

心情指数缓存,路径:data/cache/module_mood.php ,读取方式:$m_cache = cache_read('module_mood.php'); 

array (
  'module' => 'mood',
  'name' => '心情指数',
  'path' => 'mood/',
  'url' => 'mood/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

全站搜索缓存,路径:data/cache/module_search.php ,读取方式:$m_cache = cache_read('module_search.php'); 

array (
  'module' => 'search',
  'name' => '全站搜索',
  'path' => 'search/',
  'url' => 'search/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'titlelen' => '80',
  'descriptionlen' => '480',
  'type_urlruleid' => '',
  'show_urlruleid' => '',
)

专题缓存,路径:data/cache/module_special.php ,读取方式:$m_cache = cache_read('module_special.php'); 

array (
  'module' => 'special',
  'name' => '专题',
  'path' => 'special/',
  'url' => 'special/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'ishtml' => '1',
  'type_urlruleid' => '13',
  'show_urlruleid' => '19',
)

错误报告缓存,路径:data/cache/module_error_report.php ,读取方式:$m_cache = cache_read('module_error_report.php'); 

array (
  'module' => 'error_report',
  'name' => '错误报告',
  'path' => 'error_report/',
  'url' => 'error_report/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'ispoint' => '0',
  'enablecheckcode' => '1',
  'enabledkey' => ',',
)

表单向导缓存,路径:data/cache/module_formguide.php ,读取方式:$m_cache = cache_read('module_formguide.php'); 

array (
  'module' => 'formguide',
  'name' => '表单向导',
  'path' => 'formguide/',
  'url' => 'formguide/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'allowmultisubmit' => '1',
  'allowunregsubmit' => '1',
  'allowsendemail' => '0',
)

企业黄页缓存,路径:data/cache/module_yp.php ,读取方式:$m_cache = cache_read('module_yp.php'); 

array (
  'module' => 'yp',
  'name' => '企业黄页',
  'path' => 'yp/',
  'url' => 'yp/',
  'iscore' => '0',
  'version' => '1.0.0',
  'publishdate' => '2009-03-02',
  'installdate' => '2009-03-02',
  'updatedate' => '2009-03-02',
  'seo_title' => '',
  'seo_keywords' => '',
  'seo_description' => '',
  'groupimg' =>
  array (
    1 => '',
    4 => 'yp/images/gold.gif',
    5 => 'yp/images/gold.gif',
    6 => 'yp/images/g_1.gif',
  ),
  'enableSecondDomain' => '0',
  'secondDomain' => 'c.cc',
  'domainlestleth' => '3',
  'savedDomain' => '',
  'businessdir' => 'business',
  'cache_index' => '10',
  'cache_list' => '10',
  'cache_show' => '10',
  'ischeck' => '0',
  'check_cert' => '1',
  'enable_rewrite' => '0',
  'priv_roleid' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_news' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_product' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_buy' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_job' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_stat' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_cert' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_map' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'add_check' =>
  array (
    0 => '1',
    1 => '6',
  ),
)

采集管理缓存,路径:data/cache/module_spider.php ,读取方式:$m_cache = cache_read('module_spider.php'); 

array (
  'module' => 'spider',
  'name' => '采集管理',
  'path' => 'spider/',
  'url' => 'spider/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2009-05-20',
  'installdate' => '2009-05-20',
  'updatedate' => '2009-05-20',
  'Debug' => '0',
  'CacheUrlTag' => '1',
  'CacheTitleTag' => '1',
  'keywordContentLenght' => '500',
  'titleLength' => '72',
  'keywordNumber' => '4',
  'keywordStrLength' => '4',
  'keywordStrMaxLength' => '8',
  'keywordFilter' => '',
  'descriptionLength' => '180',
)
分享到:
评论

相关推荐

    微软企业库5.0操作日志和缓存模块

    该模块支持多种缓存提供程序,如System.Web.Caching(ASP.NET缓存)和Velocity(分布式缓存),开发者可以根据应用的需求选择合适的缓存策略。 在使用微软企业库5.0和VS2010开发时,开发者可以利用封装好的操作日志...

    jQuery 数据缓存模块进化史详细介绍

    数据缓存系统最早应该是jQuery1.2引入的,那时它的事件系统完成照搬DE大神的addEvent.js,而addEvent在实现有个缺憾,它把事件的回调都放到EventTarget之上,这会引发循环引用

    数据库搜索缓存模块

    本人用c#写的一个数据库搜索缓存模块和一个完整的应用实例 ASP.NET2.0 SqlServer2005 Express 包括 一个ASP.NET的产品展示网站。 一个基于 Web Services 的Windows Forms UI 远程管理程序(包含login 和 user/role...

    基于FPGA与DDR3缓存的PAL制式图像源产生模块设计与实现.pdf

    可能会详细讲解DDR3缓存与FPGA的接口设计,如内存控制器的设计、地址生成逻辑、数据流的控制以及高速数据传输的实现;此外,还可能会包括系统集成和调试过程中的关键问题与解决方案。 对于 PAL制式图像源产生模块...

    nginx缓存模块.txt

    本文档介使用nginx的缓存模块配置web缓存的方法,实现服务数据的缓存。

    基于redis的缓存模块micro-cache.zip

    micro-cache,基于redis实现的缓存模块。 标签:micro redis

    超级模块详细说明

    - **缓存管理**:超级模块可能包含缓存管理机制,以提高数据访问速度并减少延迟。 #### 其他特性 - **资源管理**:支持对系统资源(如寄存器、内存)的精细控制。 - **兼容性**:确保在不同操作系统或硬件平台上...

    spring简单的缓存

    Spring Data Redis模块提供了对Redis的全面支持,包括缓存操作。 参考链接提供的CSDN博客文章《[Spring简单缓存实现](http://blog.csdn.net/maoyeqiu/article/details/50238035)》中,作者详细介绍了如何在Spring...

    基于数据边缘缓存的可信认证服务模块的设计

    【基于数据边缘缓存的可信认证服务模块的设计】 在物联网(Internet of Things, IoT)领域,设备的安全接入和身份认证是至关重要的环节。传统的物联网认证系统由于各自独立,导致认证数据无法共享,使得设备在使用...

    ReactNativehttp缓存控制的原生模块

    3. API文档:详细解释了模块提供的方法和属性,如设置缓存策略、清除缓存等。 4. 原生模块代码:包含iOS和Android的实现,可能涉及到与JavaScript Bridge的交互。 5. 测试用例:验证模块功能的正确性和性能。 6. ...

    Wordpress mu wp-cache 缓存模块 支持多语 简体中文包

    **Wordpress mu wp-cache缓存模块详解** 在WordPress的多用户环境(WordPress MU,现在称为WPMU或WordPress Multisite)中,性能优化是非常重要的,因为多个网站在同一平台上运行可能会对服务器造成巨大压力。`wp-...

    php缓存技术总结

    下面将详细解析php缓存技术涉及的关键知识点。 一、全页面静态化缓存 全页面静态化缓存是将动态生成的页面预先生成静态HTML文件,用户访问时直接提供静态文件,而非实时执行PHP脚本。这种缓存方式适用于内容变化不...

    asp.net 2.0典型模块设计与实现源码 缓存使用

    在这个“asp.net 2.0典型模块设计与实现源码 缓存使用”的主题中,我们将深入探讨ASP.NET 2.0中的缓存机制,以及如何在实际项目中有效利用缓存来提高应用程序性能。 缓存是Web应用程序优化的关键策略之一,通过存储...

    Node.js-Node.js持久缓存模块支持多种后端存储

    本篇文章将深入探讨Node.js中的持久缓存模块,以及它们如何支持多种后端存储解决方案。 首先,我们要理解什么是持久缓存。持久缓存是指将数据存储在非易失性存储介质中,即使在系统关闭后,这些数据也能保持不变。...

    springMVC+Ehcache的各级缓存(包括页面缓存)

    下面将详细介绍SpringMVC与Ehcache集成后的各级缓存机制以及页面缓存的实现。 1. SpringMVC简介: SpringMVC是Spring框架的一部分,它是一个用于构建Web应用的模型-视图-控制器(MVC)架构。通过SpringMVC,开发者...

    flex 客户端缓存

    2. **配置模块缓存**:在主应用程序中,设置`Application`或`ModuleManager`的`cacheManifest`属性,指定一个清单文件(cache.manifest)来定义哪些模块应该被缓存。 3. **清单文件**:清单文件是一个文本文件,列出...

    深踩Android Studio 缓存的坑及解决方法

    在 Gradle 用户指南中,有提到 Gradle 对于动态版本和变化模块的缓存时间默认是 24 小时。动态版本是指像 3.+ 这种版本号,它会去检查仓库中的最新版本号。而变化模块是指像 0.2-SNAPSHOT 这种版本号,它的版本号在...

    Python缓存模块LruCache.py.zip

    在Py3K里,自带一个cache模块,使用「LRU算法」,能够缓存一些函数或方法放返回值,目前我还在玩Py2K,因此土鳖的造了一个轮子,取名「LruCache.py」,不叫特点的特点:「单进程支持线程安全」 示例代码: import ...

    springMybatis+redis三级缓存框架

    集成Spring和MyBatis可以利用Spring的依赖注入和管理功能,简化配置和代码,使整个系统更加模块化。Spring的`@Autowired`注解可以自动装配MyBatis的SqlSessionFactory和SqlSessionTemplate,而Spring的数据源配置则...

    andorid客户端缓存方案

    这篇文章将详细介绍 Android 客户端缓存机制的设计方案,包括文字缓存和多媒体文件缓存。 一、文字缓存 文字缓存是 Android 客户端缓存机制的重要组成部分。它可以将服务器返回的 JSON 数据保存到本地,以便快速...

Global site tag (gtag.js) - Google Analytics