mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 06:25:33 +08:00
refs #653 Make small cache values pinned, so they are sync loaded at start.
This commit is contained in:
@@ -75,6 +75,9 @@ namespace BlackGui
|
||||
return ls;
|
||||
}
|
||||
|
||||
//! First load is synchronous
|
||||
static bool isPinned() { return true; }
|
||||
|
||||
//! Key in data cache
|
||||
static const char *key() { return "dbownmodelscomponent"; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user