Documentation

Class Phalcon\Storage\Btree

Source on GitHub

It can be used to replace APC or local memstoraged.

Methods

public __construct (string $db)

Phalcon\Storage\Btree constructor

public string set (string $key, string $value)

Stores storaged content

public mixed get (string $key)

Returns a storaged content

public boolean delete (unknown $key)

Returns a storaged content