包 core

包 mvc

包 orm

包 form

包 database

包 helper

包 cache

包 webcontrols

包 behavior

包 exception

包 debug

类 - QCache_Memory

cache
类层次 class QCache_Memory
版本 $Id: memory.php 1987 2009-01-08 18:03:35Z dualface $

QCache_Memory 在当次请求中使用内存来缓存数据

保护的属性

隐藏继承的属性

属性类型描述定义于
$_enabled boolean 是否允许使用缓存 QCache_Memory

公共方法

隐藏继承的方法

方法描述定义于
set() 写入缓存 QCache_Memory
get() 读取缓存,失败或缓存撒失效时返回 false QCache_Memory
remove() 删除指定的缓存 QCache_Memory

属性详细说明

$_enabled 属性

是否允许使用缓存

$_cache 属性

缓存数据

方法详细说明

set() 方法

public void set($id, $data)

$id string
$data mixed
{return}

写入缓存


get() 方法

public mixed get($id)

$id string
{return} mixed

读取缓存,失败或缓存撒失效时返回 false


remove() 方法

public void remove($id)

$id string
{return}

删除指定的缓存