Handbook
Glossary
set-gdbm-cache-size ( size -- )
Vocabulary
gdbm
Inputs
size
an
integer
Outputs
None
Word description
Sets the size of the internal bucket cache. The default value is 100. This option may only be set once.
Definition
USING:
gdbm.ffi
gdbm.private
;
IN:
gdbm
:
set-gdbm-cache-size
( size -- )
GDBM_CACHESIZE
gdbm-setopt
;