首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 简单的PHP缓存系统

简单的PHP缓存系统

  • 资源大小:8.01 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: php Cache

资 源 简 介

PHP Simple Cache is an easy to implement caching system for PHP driven websites. It does: Create a cached file of dynamic content, writing it to a static file Provide for time-out of cached content (cache is recreated after specified time) Allow bypassing of cache on a per-page basis It does not: Prevent PHP from loading, in fact it requires it. However, since the caching system is preventing calls to the database along with any other dynamic content, the strain on the server will be reduced. Serve pre-compiled PHP code Requirements: PHP 4.x or higher CURL support

文 件 列 表

phpsimplecache
.svn
readme.txt
simpleCache.php

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP