Lavender\Cloud\Sina\Cache\KvdbStore::section PHP Method

section() public method

Begin executing a new section operation.
public section ( string $name ) : Illuminate\Cache\Section
$name string
return Illuminate\Cache\Section
    public function section($name)
    {
        return new Section($this, $name);
    }