search
Homephp教程php手册zf框架的zend_cache缓存使用方法

zf框架的zend_cache缓存使用方法

Jun 13, 2016 am 09:40 AM
cachezendmainInstructionsBasic operationsdocumentarticleframeofcache

 这篇文章主要介绍了Zend_Cache文件缓存的基本操作,简单的示例,,需要的朋友可以参考下

Zend_Cache文件缓存的基本操作,代码中有已写注释,大家共同学习一下吧    代码如下: 60 , 'automtic_Serialization' => true); //后端缓存设置(缓存存放路径) $Boptions = array('cacheDir' => 'cache'); //开启缓存模式,(Core[核心],File[文件],前端缓存配置信息,后端缓存配置信息) $Cache = Zend_Cache::factory('Core','File',$Foptions,$Boptions); //判断缓存是否存在,如果存在则载入缓存load('String'[缓存名称]) if ($Result = $Cache -> load('cache_two'))  {  echo "缓存已经存在!
";  print_r($Result); } else {  //如果缓存不存在则读取文件,并将文件内容写入湖缓存  echo "缓存不存在!
";  $Filename = 'temp.txt';  $Fopen    = fopen($Filename,'r');  $Result   = fread($Fopen, filesize($Filename));  fclose($Fopen);  //保存缓存方式load($Result[读取资源],'缓存名称')  $Cache -> save($Result,'cache_two');  print_r($Result); } ?>  
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools