11 2012 档案

摘要:最近项目用到的缓存类,随手记录下来,已加入详细注释。<?php/** * 缓存类,实现数据,输出缓存 * @author ZhouHr 2012-11-09 http://www.ketann.com * @copyright version 0.1 */class Cache{ private static $_instance; protected $_cacheId = null; const CLEANING_MODE_ALL = 'all'; const CLEANING_MODE_OLD = 'old'; protected $_options 阅读全文
posted @ 2012-11-09 16:23 Zhou Hr 阅读(801) 评论(0) 推荐(0) 编辑