| 1833 | } |
| 1834 | |
| 1835 | QString Account::cachePath() const { |
| 1836 | Expects(!_databasePath.isEmpty()); |
| 1837 | |
| 1838 | return _databasePath + "cache"; |
| 1839 | } |
| 1840 | |
| 1841 | Cache::Database::Settings Account::cacheSettings() const { |
| 1842 | auto result = Cache::Database::Settings(); |