KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DATABASE_CACHE_SETTINGS Struct Reference

#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.
 

Detailed Description

Definition at line 99 of file database_lib_settings.h.

Member Data Documentation

◆ max_age

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().

◆ max_size

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().


The documentation for this struct was generated from the following file: