\GKCache

Summary

Methods
Properties
Constants
Connect()
$Instance
$ReadTimes
$WriteTimes
$Handler
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$Instance

$Instance : array

Type

array — 缓存的实例

$ReadTimes

$ReadTimes : integer

Type

integer — 缓存读取次数

$WriteTimes

$WriteTimes : integer

Type

integer — 缓存写入次数

$Handler

$Handler : object

Type

object — 操作句柄

Methods

Connect()

Connect(array  $options = array(), boolean|string  $name = false) : \GK\Cache\Driver

连接缓存驱动

Parameters

array $options

配置数组

boolean|string $name

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

Returns

\GK\Cache\Driver