public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname
public get (mixed $keyName, [mixed $lifetime]) Returns a cached content
public addServers (mixed $host, mixed $port, [mixed $persistent]) Add servers to memcache pool
Source
extends abstract class Phalcon\Cache\Backend
public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value
public array queryKeys ([string $prefix]) Query the existing cached keys
Page 2 of 10