Yac

目次

The Yac class

はじめに

クラス概要

Yac
class Yac {
/* プロパティ */
protected $_prefix;
/* メソッド */
public __construct(string $prefix = "")
public bool add(string $keys, mixed $value, int $ttl = 0)
public bool add(array $key_vals)
public bool delete(stringarray $keys, int $ttl = ?)
public mixed dump(int $$num)
public bool flush()
public mixed get(stringarray $key, int &$cas = null)
public mixed __get(string $key)
public array info()
public bool set(string $keys, mixed $value, int $ttl = 0)
public bool add(array $key_vals)
public mixed __set(string $keys, mixed $value)
}

プロパティ

_prefix