Méthode | Description | |
---|---|---|
__construct ( object $impl, $tag = '' ) | ||
del ( string $name ) | 删除 | |
get ( string $name, boolean &$succeeded = null ) : mixed | 获取cache | |
set ( string $name, mixed $var, $ttl, |
设置cache |
public __construct ( object $impl, $tag = '' ) | ||
$impl | object | instanceof of KVCatchInterface |