web 缓存

  1. 输出缓存 ob_start() ob_get_clean()

  2. 文件缓存,file_put_contents().file_get_contents()

  3. memcached, redis内存缓存

你可能感兴趣的:(web 缓存)