The Yac class

(PECL yac >= 1.0.0)

Introduction

Class synopsis

classYac {
protected$_prefix;
public__construct(string$prefix = "")
publicadd(string$keys, mixed$value, int$ttl = 0): bool
publicadd(array$key_vals): bool
publicdelete(string|array$keys, int$ttl = ?): bool
publicdump(int$$num): mixed
publicflush(): bool
publicget(string|array$key, int&$cas = null): mixed
public__get(string$key): mixed
publicinfo(): array
publicset(string$keys, mixed$value, int$ttl = 0): bool
publicadd(array$key_vals): bool
public__set(string$keys, mixed$value): mixed
}

Properties

_prefix

Table of Contents

To Top