Bluz\Cache\Adapter\AbstractAdapter::doAdd PHP Method

doAdd() abstract protected method

Must be implemented in particular cache driver implementation Actual work for \Bluz\Cache\CacheInterface::add() goes here
See also: CacheInterface::add()
abstract protected doAdd ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : mixed
$id string
$data mixed
$ttl integer
return mixed
    protected abstract function doAdd($id, $data, $ttl = Cache::TTL_NO_EXPIRY);