\thinkCache

Class Cache

Summary

Methods
Properties
Constants
__construct()
connect()
init()
__make()
getConfig()
setConfig()
store()
__call()
No public properties found
No constants found
No protected methods found
$instance
$config
$handler
N/A
No private methods found
No private properties found
N/A

Properties

$instance

$instance : array

缓存实例

Type

array

$config

$config : array

缓存配置

Type

array

$handler

$handler : object

操作句柄

Type

object

Methods

__construct()

__construct(array  $config = array()) 

Parameters

array $config

connect()

connect(array  $options = array(), boolean|string  $name = false) : \think\cache\Driver

连接缓存

Parameters

array $options

配置数组

boolean|string $name

缓存连接标识 true 强制重新连接

Returns

\think\cache\Driver

init()

init(array  $options = array(), boolean  $force = false) : \think\cache\Driver

自动初始化缓存

Parameters

array $options

配置数组

boolean $force

强制更新

Returns

\think\cache\Driver

__make()

__make(\think\Config  $config) 

Parameters

\think\Config $config

getConfig()

getConfig() 

setConfig()

setConfig(array  $config) 

Parameters

array $config

store()

store(string  $name = '') : \think\cache\Driver

切换缓存类型 需要配置 cache.type 为 complex

Parameters

string $name

缓存标识

Returns

\think\cache\Driver

__call()

__call(  $method,   $args) 

Parameters

$method
$args