缓存服务
[ 查看开发文档 ] [ 类树图: Cache ] [ 索引: Cache ] [ 所有元素 ] [ 首页 ]

Element index for package Cache

[ c ] [ f ] [ g ] [ h ] [ m ] [ o ] [ q ] [ r ] [ s ] [ _ ]

_

__call
in file Manager.class.php, method Manager::__call()
__get
in file Manager.class.php, method Manager::__get()
__set
in file Manager.class.php, method Manager::__set()
__unset
in file Manager.class.php, method Manager::__unset()
__construct
in file Sqlite.class.php, method Sqlite::__construct()
    架构函数
__construct
in file Redis.class.php, method Redis::__construct()
    架构函数
__construct
in file Memcache.class.php, method Memcache::__construct()
    架构函数
__construct
in file File.class.php, method File::__construct()
    架构函数
top

c

connect
in file Manager.class.php, method Manager::connect()
    连接缓存
clear
in file Sqlite.class.php, method Sqlite::clear()
    清除缓存
clear
in file Redis.class.php, method Redis::clear()
    清除缓存
clear
in file Memcache.class.php, method Memcache::clear()
    清除缓存
clear
in file File.class.php, method File::clear()
    清除缓存
top

f

File
in file File.class.php, class File
    文件类型缓存类
File.class.php
procedural page File.class.php
top

g

getInstance
in file Manager.class.php, method Manager::getInstance()
    取得缓存类实例
getOptions
in file Manager.class.php, method Manager::getOptions()
get
in file Sqlite.class.php, method Sqlite::get()
    读取缓存
get
in file Redis.class.php, method Redis::get()
    读取缓存
get
in file Memcache.class.php, method Memcache::get()
    读取缓存
get
in file File.class.php, method File::get()
    读取缓存
top

h

$handler
in file Manager.class.php, variable Manager::$handler
    操作句柄
top

m

Manager
in file Manager.class.php, class Manager
    缓存管理类
Manager.class.php
procedural page Manager.class.php
Memcache
in file Memcache.class.php, class Memcache
    Memcache缓存驱动
Memcache.class.php
procedural page Memcache.class.php
top

o

$options
in file Manager.class.php, variable Manager::$options
    缓存连接参数
top

q

queue
in file Manager.class.php, method Manager::queue()
    队列缓存
top

r

Redis
in file Redis.class.php, class Redis
    Redis缓存驱动 要求安装phpredis扩展:https://github.com/nicolasff/phpredis
rm
in file Redis.class.php, method Redis::rm()
    删除缓存
rm
in file File.class.php, method File::rm()
    删除缓存
rm
in file Memcache.class.php, method Memcache::rm()
    删除缓存
rm
in file Sqlite.class.php, method Sqlite::rm()
    删除缓存
Redis.class.php
procedural page Redis.class.php
top

s

setOptions
in file Manager.class.php, method Manager::setOptions()
Sqlite.class.php
procedural page Sqlite.class.php
set
in file Sqlite.class.php, method Sqlite::set()
    写入缓存
set
in file Redis.class.php, method Redis::set()
    写入缓存
set
in file File.class.php, method File::set()
    写入缓存
set
in file Memcache.class.php, method Memcache::set()
    写入缓存
Sqlite
in file Sqlite.class.php, class Sqlite
    Sqlite缓存驱动
top

Powered by Steeze. author email: spring.wind2006@163.com