Reads an integer value for the key.
If such does not exists, the def_value is returned.
| this |
a StoreDB |
| key |
a user key to read |
| def_value |
a default value to return, when the key not stored yet |
|
an integer value of the See also set_int_key, dup_string_key |