Qt-based file cache data control method and system
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- 福建福讯人才服务有限公司
- Publication Date
- 2021-03-16
Smart Images

Figure 1 
Figure 2
Abstract
Description
technical field
[0001] The invention relates to the field of computer technology, in particular to a Qt-based file cache data control method and system. Background technique
[0002] At present, common cache databases include relational databases such as MySQL and Oracle, and non-relational databases such as Redis. They have the advantages of good performance, free and open source, but the disadvantage is that they need to install services. The prerequisite for users to use the product is to install the database. Increased the threshold of product use.
[0003] SQLite, a file-type database that does not require the installation of services, is most suitable as a client-side cache database, but when caching complex objects or adding a new cache object, it cannot be cached through key-value as easily as Redis database, but needs Write complex SQL statements.
[0004] Therefore, how to provide a Qt-based file cache data control method and system to improve the convenience of ...