| The Yac classIntroduction
 Class synopsisYac 
     
      class Yac
     
     { /* Properties */ 
     protected
     $_prefix; /* Methods */ 
   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)Properties
 
 |