KiCad PCB EDA Suite
|
#include <database_lib_settings.h>
Public Attributes | |
int | max_size |
Maximum number of single-row results to cache. | |
int | max_age |
Max age of cached rows before they expire, in seconds. | |
Definition at line 99 of file database_lib_settings.h.
int DATABASE_CACHE_SETTINGS::max_age |
Max age of cached rows before they expire, in seconds.
Definition at line 102 of file database_lib_settings.h.
Referenced by DIALOG_DATABASE_LIB_SETTINGS::TransferDataToWindow().
int DATABASE_CACHE_SETTINGS::max_size |
Maximum number of single-row results to cache.
Definition at line 101 of file database_lib_settings.h.
Referenced by DIALOG_DATABASE_LIB_SETTINGS::TransferDataToWindow().