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.
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.
The docs should be updated to say that the default value is false.