日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程语言 > php >内容正文

php

PHP Memcached + APC + 文件缓存封装

發(fā)布時(shí)間:2025/3/20 php 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 PHP Memcached + APC + 文件缓存封装 小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

使用方法:

Memcached

$cache = new Cache_MemCache();
$cache->addServer('www1');
$cache->addServer('www2',11211,20); // this server has double the memory, and gets double the weight
$cache->addServer('www3',11211);
// Store some data in the cache for 10 minutes
$cache->store('my_key','foobar',600);
// Get it out of the cache again
echo($cache->fetch('my_key'));

文件緩存

$cache = new Cache_File();
$key = 'getUsers:selectAll';
// check if the data is not in the cache already
if (!$data = $cache->fetch($key)) {
// assuming there is a database connection
$result = mysql_query("SELECT * FROM users");
$data = array();
// fetching all the data and putting it in an array
while($row = mysql_fetch_assoc($result)) { $data[] = $row; }
// Storing the data in the cache for 10 minutes
$cache->store($key,$data,600);
}

class_cache3.php

<?php
abstract class Cache_Abstract {
abstract function fetch($key);
abstract function store($key, $data, $ttl);
abstract function delete($key);
}
class Cache_APC extends Cache_Abstract {
function fetch($key) {
return apc_fetch($key);
}
function store($key, $data, $ttl) {
return apc_store($key, $data, $ttl);
}
function delete($key) {
return apc_delete($key);
}
}
class Cache_MemCache extends Cache_Abstract {
public $connection;
function __construct() {
$this->connection = new MemCache;
}
function store($key, $data, $ttl) {
return $this->connection->set($key, $data, 0, $ttl);
}
function fetch($key) {
return $this->connection->get($key);
}
function delete($key) {
return $this->connection->delete($key);
}
function addServer($host, $port = 11211, $weight = 10) {
$this->connection->addServer($host, $port, true, $weight);
}
}
class Cache_File extends Cache_Abstract {
function store($key, $data, $ttl) {
$h = fopen($this->getFileName($key), 'a+');
if (!$h)
throw new Exception('Could not write to cache');
flock($h, LOCK_EX);
fseek($h, 0);
ftruncate($h, 0);
$data = serialize(array(time() + $ttl, $data));
if (fwrite($h, $data) === false) {
throw new Exception('Could not write to cache');
}
fclose($h);
}
function fetch($key) {
$filename = $this->getFileName($key);
if (!file_exists($filename))
return false;
$h = fopen($filename, 'r');
if (!$h)
return false;
flock($h, LOCK_SH);
$data = file_get_contents($filename);
fclose($h);
$data = @ unserialize($data);
if (!$data) {
unlink($filename);
return false;
}
if (time() > $data[0]) {
unlink($filename);
return false;
}
return $data[1];
}
function delete($key) {
$filename = $this->getFileName($key);
if (file_exists($filename)) {
return unlink($filename);
}
else {
return false;
}
}
private function getFileName($key) {
return '/tmp/s_cache' . md5($key);
}
}
?>

轉(zhuǎn)載于:https://www.cnblogs.com/hsapphire/archive/2010/03/18/1689215.html

總結(jié)

以上是生活随笔為你收集整理的PHP Memcached + APC + 文件缓存封装的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。

主站蜘蛛池模板: 久久免费久久 | 人成免费在线视频 | 成人精品免费视频 | 日韩三级网 | 做a爰小视频 | 久久综合av| 男生舔女生的屁股 | 91精品视频免费看 | 中文日韩在线观看 | 国产精品av网站 | 国产麻豆精品久久一二三 | 中文日韩av | 色婷婷成人网 | 91香蕉视频黄色 | 狠狠爱视频| 一区二区三区视频免费在线观看 | 把高贵美妇调教成玩物 | 国产精品羞羞答答 | www.色婷婷 | 黑人操欧美人 | 国产在线观看免费播放 | 日日噜噜噜夜夜爽爽狠狠 | 精品伦一区二区三区 | 美女啪啪动态图 | 国产精品免费一区二区区 | www.啪啪| 亚洲精品喷潮一区二区三区 | 97se在线视频 | 吻胸摸激情床激烈视频大胸 | 国产在线观看黄 | 福利综合网 | 五月激情婷婷网 | 国产污污视频在线观看 | 全肉的吸乳文 | 久久亚洲中文字幕无码 | 中文久久精品 | 成人毛片18女人毛片 | 中文字幕资源网 | 久热精品视频在线观看 | 欧美激情国产一区 | 日美韩av| 亚洲精品在线观看免费 | 华人在线视频 | 美女视频黄a视频全免费观看 | 欧美黄色录像片 | 久久成人免费视频 | 日本一区二区视频在线 | 亚洲av无码专区国产乱码不卡 | 黑料视频在线 | 黄色毛毛片 | 亚洲综合久久久 | 日韩在线一二三区 | 国产精品欧美久久久久久 | 欧美第一页在线观看 | 啪视频在线观看 | 伊朗做爰xxxⅹ性视频 | 国产床上视频 | 国产拍拍拍拍拍拍拍拍拍拍拍拍拍 | 国产视频污 | 国内毛片毛片毛片 | 一本之道高清无码视频 | 国产精品久久久久久在线观看 | 欧美性猛交xxx乱久交 | 美攻壮受大胸奶汁(高h) | 就去干成人网 | 亚洲天堂一级 | 久久久久久久久久久久久久免费看 | 久久亚洲精精品中文字幕早川悠里 | 日本一二三区视频在线 | 国产超91| 国产午夜视频 | 热久久久 | 桃谷绘里香在线播放 | 亚洲www视频 | 亚洲国产精品成人无码区 | 亚洲1区 | 日韩欧美激情视频 | 香蕉av一区 | 香蕉黄视频| 在线免费小电影 | 中文字幕日韩久久 | 情欲超| 一级黄色在线播放 | 疯狂揉花蒂控制高潮h | 97超碰国产精品无码蜜芽 | 爱露出 | 性感少妇av | 精品视频国产 | 国产人妖av | 亚洲精品成人电影 | 午夜性生活片 | 毛片在线播放视频 | 国产精品视频一二三 | 欧美熟妇精品一区二区蜜桃视频 | 性视频网 | 日产亚洲一区二区三区 | 老妇女玩小男生毛片 | 91精品大片 | 欧美乱码精品 |