static A uniq_cached(Class c) { ret uniq_cached(db_mainConcepts(), c); } static A uniq_cached(Concepts cc, Class c) { temp tempDBLock(cc); indexSingletonConceptIfUnindexed(cc, c); ret uniq(cc, c); }