Skip to content

Default value for boolean isCacheDriverPerThread() is incorrect in API Docs #592

Description

@namuller30

The API docs (https://gebish.org/manual/current/api/) stated default value for isCacheDriverPerThread() is true. If you look at the code you can see that the actual default value is false.

    boolean isCacheDriverPerThread() {
        readValue('cacheDriverPerThread', false)
    }

The docs should be updated to say that the default value is false.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions