It can be used to replace APC or local memcached.
public __construct ([string $prefix])
Phalcon\Cache\Yac constructor
public Phalcon\Cache\Yac set (string|array $keys, [mixed $value], [long $lifetime])
Stores cached content
public mixed get (string|array $keys)
Returns a cached content
public boolean delete (string|array $keys, [long $lifetime])
Returns a cached content
public flush ()
...
public dump ([unknown $limit])
...
public __set (string $key, mixed $value)
Stores cached content
public mixed __get (string $key)
Returns a cached content