Doctrine\Common\Cache\SQLite3Cache::getFields PHP Method

getFields() private method

Gets an array of the fields in our table.
private getFields ( ) : array
return array
    private function getFields()
    {
        return [static::ID_FIELD, static::DATA_FIELD, static::EXPIRATION_FIELD];
    }