1#ifndef CARDDATABASE_CACHE_H
2#define CARDDATABASE_CACHE_H
28bool read(
const QString &cachePath,
30 const QByteArray &sourceHash,
Definition interface_card_set_priority_controller.h:7
Definition card_database_cache.h:10
bool write(const QString &cachePath, const CardDatabaseData &data, const QByteArray &sourceHash)
Writes a fully-built database snapshot to a binary cache file.
Definition card_database_cache.cpp:349
bool read(const QString &cachePath, CardDatabaseData &data, const QByteArray &sourceHash, ICardSetPriorityController *priorityController)
Reads a database snapshot from a binary cache file.
Definition card_database_cache.cpp:386
Value type holding the full parsed state of a card database.
Definition card_database_data.h:17