KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DATABASE_CACHE< CacheValueType > Member List

This is the complete list of members for DATABASE_CACHE< CacheValueType >, including all inherited members.

CACHE_CITER typedefDATABASE_CACHE< CacheValueType >
CACHE_ENTRY typedefDATABASE_CACHE< CacheValueType >
CACHE_TYPE typedefDATABASE_CACHE< CacheValueType >
CACHE_VALUE typedefDATABASE_CACHE< CacheValueType >
DATABASE_CACHE(size_t aMaxSize, time_t aMaxAge)DATABASE_CACHE< CacheValueType >inline
Get(const std::string &aQuery, CacheValueType &aResult)DATABASE_CACHE< CacheValueType >inline
m_cacheDATABASE_CACHE< CacheValueType >private
m_cacheMruDATABASE_CACHE< CacheValueType >private
m_maxAgeDATABASE_CACHE< CacheValueType >private
m_maxSizeDATABASE_CACHE< CacheValueType >private
Put(const std::string &aQuery, const CacheValueType &aResult)DATABASE_CACHE< CacheValueType >inline
SetMaxAge(time_t aMaxAge)DATABASE_CACHE< CacheValueType >inline
SetMaxSize(size_t aMaxSize)DATABASE_CACHE< CacheValueType >inline