Yac::set

(PECL yac >= 1.0.0)

Yac::setStore into cache

Beschreibung

public Yac::set ( string $keys , mixed $value , int $ttl = 0 ) : bool
public Yac::add ( array $key_vals ) : bool

Add a item into cache, it the key is already exists, override it.

Parameter-Liste

keys

String key

value

mixed value, All php value type could be stored except Ressource

ttl

expire time

Rückgabewerte

the value self

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top