PHP中靜態緩存、Memcache緩存、Redis緩存、Crontab定時技術

Memcache Redis 的安裝請看另一篇文章 Redis Memcache 及其 PHP 擴展的安裝php 1、靜態緩存 保存在磁盤上的靜態文件,用PHP生成數據放入靜態文件中html 生成緩存 獲取緩存 刪除緩存 靜態緩存實例linux <?php /** * 靜態緩存類 */ class cacheFile { private $_dir; const EXT = '.txt';
相關文章
相關標籤/搜索