kicad/eeschema/sch_plugins/database
Jon Evans ae879c8f02 DbLib: Add single-row query cache
Since single-row queries are performed rapid-fire during certain actions like
stepping through the symbol browser, there is high value in caching them for
a small amount of time.  The default cache parameters will keep results for
10 seconds, which errs on the side of getting fresh data from the database
on most user interactions.
2022-08-30 22:18:36 -04:00
..
sch_database_plugin.cpp DbLib: Add single-row query cache 2022-08-30 22:18:36 -04:00
sch_database_plugin.h Add support for sub-libraries concept 2022-08-27 18:47:39 -04:00