uses |
\Pix_Cache_Adapter |
package |
Cache |
version |
$id$ |
copyright |
2003-2012 PIXNET Digital Media Corporation |
license |
BSD License |
Methods
__construct()
__construct($config)
add()
add($key, $value, $options)
Parameters
$key
$value
$options
getSocket()
getSocket($type)
gets 一次 get 多筆功能
gets(array $keys) : array
Inherited
access |
public |
inherited_from |
\Pix_Cache_Adapter::gets() |
Parameters
$keys
array
要抓的 key 的 array
Returns
array
load()
load($key)
Inherited
inherited_from |
\Pix_Cache_Adapter::load() |
Parameters
$key
remove()
remove($key)
Inherited
inherited_from |
\Pix_Cache_Adapter::remove() |
Parameters
$key
replace()
replace($key, $value, $options)
Parameters
$key
$value
$options
save()
save($key, $value, $options)
Inherited
inherited_from |
\Pix_Cache_Adapter::save() |
Parameters
$key
$value
$options
set()
set($key, $value, $options)
Parameters
$key
$value
$options
sets 一次指定多筆功能
sets(array $keys_values) : void
Inherited
access |
public |
inherited_from |
\Pix_Cache_Adapter::sets() |
Parameters
$keys_values
array
key, value 的 associate array