\Think\CacheDriver

Classes

Apachenote Apachenote缓存驱动
Apc Apc缓存驱动
Db 数据库方式缓存驱动 CREATE TABLE think_cache ( cachekey varchar(255) NOT NULL, expire int(11) NOT NULL, data blob, datacrc int(32), UNIQUE KEY `cachekey` (`cachekey`) );
Eaccelerator Eaccelerator缓存驱动
File 文件类型缓存类
Memcache Memcache缓存驱动
Memcached Memcached缓存驱动
Memcachesae Memcache缓存驱动
Redis Redis缓存驱动 要求安装phpredis扩展:https://github.com/nicolasff/phpredis
Shmop Shmop缓存驱动
Sqlite Sqlite缓存驱动
Wincache Wincache缓存驱动
Xcache Xcache缓存驱动