CN105279163A - Buffer memory data update and storage method and system - Google Patents

Buffer memory data update and storage method and system Download PDF

Info

Publication number
CN105279163A
CN105279163A CN201410266621.4A CN201410266621A CN105279163A CN 105279163 A CN105279163 A CN 105279163A CN 201410266621 A CN201410266621 A CN 201410266621A CN 105279163 A CN105279163 A CN 105279163A
Authority
CN
China
Prior art keywords
data
buffer memory
latest data
described latest
classification
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410266621.4A
Other languages
Chinese (zh)
Inventor
唐莎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TCL Corp
Original Assignee
TCL Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TCL Corp filed Critical TCL Corp
Priority to CN201410266621.4A priority Critical patent/CN105279163A/en
Publication of CN105279163A publication Critical patent/CN105279163A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a buffer memory data update and storage method and system; data buffered in a buffer space of a mobile terminal is classified according to application and server end features, and maximum storage threshold values of each classified buffer memory are set according to the classification; when the application obtains latest data from the server end, determining whether the storage space taken by the latest data is bigger than remaining storage space of the classified buffer memory or not; if the taken space is bigger than the remaining space, using a data historical usage record to find the data with the smallest reuse possibility from the classified buffer memory, deleting the data, and storing the latest data in the classified buffer memory. The buffer memory data update and storage method and system can classify buffer memory data, can use the latest data to replace the buffer memory record of the smallest reuse possibility in the present buffer memory, thus improving buffer memory hit rate.

Description

A kind of data cached renewal and storage means and system thereof
Technical field
The present invention relates to the field of data storage of mobile terminal, in particular a kind of data cached renewal and storage means and system thereof.
Background technology
Along with the development of smart machine and network technology, the application in various dependence high in the clouds constantly occurs, therefore this locality how effectively utilizing intelligent terminal limited stores, farthest improve the hit rate of buffer memory, the travelling speed improving application becomes a problem become more and more important.
The caching mechanism that current intelligent terminal adopts, the features such as intelligent terminal available buffer space limitation is comparatively large owing to not fully taking into account, application data service end is relatively more fixing, make data cached buffer memory take larger spatial cache, and data cached deletion hit rate is lower.
Therefore, prior art has yet to be improved and developed.
Summary of the invention
The technical problem to be solved in the present invention is, for the above-mentioned defect of prior art, a kind of data cached renewal and storage means and system thereof are provided, effectively can solve the intelligent terminal defect that the unreasonable and data cached deletion hit rate of the data cached size that takes up room is low in limited spatial cache.
The technical scheme that technical solution problem of the present invention adopts is as follows:
Data cached renewal and a storage means, wherein, described method comprises:
A, feature according to application and service end, classify to the data of buffer memory in the spatial cache of mobile terminal, and according to the maximum storage threshold value of each classification buffer memory of classification setting;
B, when the application in mobile terminal send obtain the request of data time, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application;
C, when there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data;
D, when the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.
Described data cached renewal and storage means, wherein, described step C also comprises: when there is described latest data in described classification buffer memory, then the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
Described data cached renewal and storage means, wherein, described step D also comprises: when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, then in the classification buffer memory that described latest data is corresponding, store described latest data.
Described data cached renewal and storage means, wherein, described step D specifically comprises:
D1, when the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then according to the last service time of data the total data in described classification buffer memory being sorted;
D2, when service time in described classification buffer memory, data are the earliest recorded as one, then delete the described service time of data record the earliest, and store described latest data; When deployed, data record is the earliest greater than one, then a therefrom optional deletion, and stores described latest data.
Described data cached renewal and storage means, wherein, also comprise after described step D2:
D3, the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
Data cached renewal and a storage system, wherein, comprising:
Buffer memory classification and module is set, for the feature according to application and service end, the data of buffer memory in the spatial cache of mobile terminal are classified, and according to classification setting each classification buffer memory maximum storage threshold value;
Data inquiry module, during for sending the request obtaining data when the application in mobile terminal, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application;
Obtain and judge module, for when there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data;
Data are deleted and memory module, during for being greater than the residual memory space of classification buffer memory corresponding to described latest data when the storage space that described latest data takies, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.
Described data cached renewal and storage system, wherein, in described acquisition and judge module when there is described latest data in described classification buffer memory, then the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
Described data cached renewal and storage system, wherein, described data are deleted and in memory module: when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, then in the classification buffer memory that described latest data is corresponding, store described latest data.
Described data cached renewal and storage system, wherein, described data are deleted and memory module specifically comprises:
Sequencing unit, during for being greater than the residual memory space of classification buffer memory corresponding to described latest data when the storage space that described latest data takies, then according to the total data in described classification buffer memory being sorted the last service time of data;
Delete and storage unit, for data are the earliest recorded as one when service time in described classification buffer memory, then delete the described service time of data record the earliest, and store described latest data; When deployed, data record is the earliest greater than one, then a therefrom optional deletion, and stores described latest data.
Described data cached renewal and storage system, wherein, described data are deleted and memory module also comprises:
The access times of described latest data for the last service time of described latest data is updated to present system time, and are added one, afterwards described latest data are sent to described application by data transmission unit.
A kind of data cached renewal provided by the present invention and storage means and system thereof, method comprises: according to the feature of application and service end, the data of buffer memory in the spatial cache of mobile terminal are classified, and according to classification setting each classification buffer memory maximum storage threshold value; When the application in mobile terminal sends the request obtaining data, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application; When there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data; When the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.The present invention can classify data cached as required, and when buffer memory reaches threshold value, use record etc. to find in current cache by classification and file and be used again the minimum caching record of probability, replace with new record, reach real-time and the validity of buffer memory, and improve cache hit rate.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the preferred embodiment of a kind of data cached renewal provided by the present invention and storage means.
Fig. 2 is the process flow diagram of the embody rule embodiment of a kind of data cached renewal provided by the present invention and storage means.
Fig. 3 is the structured flowchart of the preferred embodiment of a kind of data cached renewal provided by the present invention and storage means system.
Embodiment
For making object of the present invention, technical scheme and advantage clearly, clearly, developing simultaneously referring to accompanying drawing, the present invention is described in more detail for embodiment.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
Refer to Fig. 1, Fig. 1 is the process flow diagram of a kind of data cached renewal provided by the present invention and storage means preferred embodiment.As shown in Figure 1, described data cached renewal and storage means, comprise the following steps:
Step S100, feature according to application and service end, classify to the data of buffer memory in the spatial cache of mobile terminal, and according to the maximum storage threshold value of each classification buffer memory of classification setting;
In preferred embodiment of the present invention, the spatial cache of mobile terminal is divided into multiple different classification buffer memory according to the feature of application and service end, such as, according to display position classification buffer memory can be divided into that field one is data cached, field two is data cached; Or suppose the main store video of spatial cache in mobile terminal and image data, and video and image data come from server 1, server 2 and server 3 respectively, now the spatial cache in mobile terminal can be divided into 3 classification buffer memorys, and the maximum storage threshold value of above-mentioned 3 classification buffer memorys is set simultaneously, described maximum storage threshold values can need the data amount check of display to determine according to this classification buffer memory; Or according to the application program purposes of installing in mobile terminal, buffer memory can be classified, the social software of such as communication is data cached, it is data cached to play, life map class software is data cached, same, described maximum storage threshold values can need the data amount check of display to determine according to this classification buffer memory.By being classified by spatial cache, not only data cached inquiry velocity can be improved, and rate of accidental deletion when can reduce more new data thus improve hit rate.
Step S200, when the application in mobile terminal send obtain the request of data time, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application;
In step s 200, when opening a certain application in mobile terminal when mobile phone users, described application sends the signal of requesting query data to the spatial cache of mobile terminal.Described spatial cache receives the signal of requesting query data, and need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application.It not is inquire about in whole buffer memory that visual inquiry applies the data that need obtain, but first inquires about according to corresponding being sorted in classification buffer memory corresponding in spatial cache of data, and this just greatly reduces the query context of data, improves efficiency data query.
Step S300, when there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data;
Obviously, apply need obtain there is not described latest data in classification buffer memory corresponding to data time, described latest data need be obtained from server end.In described classification buffer memory, now there is not described latest data can be divided into two kinds of situations, a kind of is the legacy data that there is described latest data, another kind is the historical data that there is not described latest data completely, and above-mentioned two situations can be judged as there is not described latest data.
Step S400, when the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.
When the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, namely described latest data is stored without enough storage spaces in described spatial cache, now then adopt least recently used principle choose in described spatial cache be of little use data cached, state described in deletion in spatial cache be of little use data cached, for described latest data vacates storage space.Adopt least recently used principle delete in buffer memory classification be of little use data cached, replace with described latest data and be of little use data cached, reach real-time and the validity of buffer memory, and improve cache hit rate.
Embodiment further, also comprise after carrying out data acquisition and storage in described step S300: when there is described latest data in described classification buffer memory, then the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
Obviously, when there is described latest data in described buffer memory classification, then without the need to downloading described latest data from server end, but directly the described latest data in described buffer memory classification is sent to described application.Before the described latest data of transmission, obtain the system time of mobile terminal, and according to the current time of the system of acquisition, the last service time of described latest data is updated to described current time, afterwards the access times of described latest data is added one.Arbitrary data in spatial cache all at least comprise last service time and access times two attributes of data, by above-mentioned two attributes, easily judge the service condition of data, also be just in data use procedure afterwards, delete data according to least recently used principle and provide basis for estimation.
Embodiment further, carry out data deletion in described step S400 and store also comprising: when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, then in the classification buffer memory that described latest data is corresponding, store described latest data.
Visible, when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, when namely having enough storage spaces to store described latest data in described spatial cache, then during the direct buffer memory described latest data being stored to correspondence is classified.
Embodiment further, carry out data deletion in described step S400 and store specifically comprising:
Step S401, when the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then according to the last service time of data the total data in described classification buffer memory being sorted;
When the storage space judging that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, when namely storing described latest data without enough storage spaces in described spatial cache, described storage space sorts according to the total data in the just described buffer memory classification last service time of data, to press ascending order or descending sort with present system time interlude length.Such as, suppose that present system time is 13:00 on May 14th, 2014, there are data 1 in described spatial cache, data 2, data 3 and data 4, the last service time of corresponding data is respectively 12:00 on May 11st, 2014, on May 14th, 2014 12:00, 12:00 and 2014 on May 12nd, 2014 12:00 in 13, on Mays, then by above-mentioned service time compared with present system time, descending sort is pressed according to itself and present system time interlude length, rank results is 12:00 on May 11st, 2014, on May 12nd, 2014 12:00, 12:00 and 2014 on May 13rd, 2014 12:00 in 14, on Mays.Sequence in step S401, is also just in data use procedure afterwards, deletes data provide basis for estimation according to least recently used principle.
Step S402, when service time in described classification buffer memory, data are the earliest recorded as one, then delete the described service time of data record the earliest, and store described latest data; When deployed, data record is the earliest greater than one, then a therefrom optional deletion, and stores described latest data.
In present pre-ferred embodiments, in multiple data records that described buffer memory classification stores, service time, data record the earliest only had one, then delete this data record, and store described latest data; When in multiple data records that described buffer memory classification stores, service time, data record was the earliest greater than one, then an optional deletion from above-mentioned many data records, and stored described latest data.Wherein service time data record the earliest, namely last service time and present system time interval the longest data record.
Embodiment further, also comprises after carrying out data storage in described step S402:
Step S403, the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
Below by by concrete Application Example, the present invention will be further described, as shown in Figure 2, for the process flow diagram of the embody rule embodiment of a kind of data cached renewal provided by the present invention and storage means, embody rule embodiment of the present invention comprises the following steps:
The spatial cache that 101, can provide according to terminal and need data cached feature to determine the threshold values of data cached classification and each classification;
102, when application sends request of data, first whether there are the data of request in the classification of query caching correspondence, exist and then perform 105; Do not exist, perform 103;
103, obtain current request data from server end, obtain successfully, check whether the buffer memory classification of this request corresponding data reaches threshold values, does not reach, performs 104, reach, perform 107;
104, store current data, perform 106;
105, according to the renewal frequency that this classification and service end are arranged, check that this classification is data cached the need of renewal, do not need renewal then to perform 106, need renewal then to perform 103;
Such as, and the renewal frequency of server commitment to be every day upgrade once in morning, namely do not need to upgrade, if the data before morning on the same day then need to upgrade as long as the data so in buffer memory are the data on the same day.
106, according to the last service time of current time more new data corresponding record, and upgrade access times, return these data to application, perform 111;
Wherein, upgrade access times, add one by access times.
107, adopt least recently used principle, first according to recording sequence last service time, if service time, record the earliest only had one to be designated as R1, then perform 110, otherwise perform 108;
108, compare the access times of time many records the earliest, if use minimum record to only have one to be designated as R1, otherwise perform 109;
109, in and record that access times are identical identical in these service times optional one be designated as R1;
110, delete R1, return execution 104;
111, terminate.
From the embody rule embodiment of above-mentioned data cached renewal and storage means, classify according to actual needs data cached, and when buffer memory reaches threshold value, use record etc. to find in current cache by classification and file and be used again the minimum caching record of probability, replace with new record, reach real-time and the validity of buffer memory, and improve cache hit rate.
Based on above-described embodiment, the present invention also provides a kind of data cached renewal and storage system, and as shown in Figure 3, described data cached renewal and storage system comprise:
Buffer memory classification and module 100 is set, for the feature according to application and service end, the data of buffer memory in the spatial cache of mobile terminal are classified, and according to classification setting each classification buffer memory maximum storage threshold value; As detailed above.
Data inquiry module 200, during for sending the request obtaining data when the application in mobile terminal, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application; As detailed above.
Obtain and judge module 300, for when there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data; As detailed above.
Data are deleted and memory module 400, during for being greater than the residual memory space of classification buffer memory corresponding to described latest data when the storage space that described latest data takies, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data; As detailed above.
Embodiment further, in described acquisition and judge module 300 when there is described latest data in described classification buffer memory, then the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application; As detailed above.
Embodiment further, described data delete and in memory module 400 when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, then in the classification buffer memory that described latest data is corresponding, store described latest data; As detailed above.
Embodiment further, described data are deleted and memory module 400 specifically comprises:
Sequencing unit 401, during for being greater than the residual memory space of classification buffer memory corresponding to described latest data when the storage space that described latest data takies, then according to the total data in described classification buffer memory being sorted the last service time of data; As detailed above.
Delete and storage unit 402, for data are the earliest recorded as one when service time in described classification buffer memory, then delete the described service time of data record the earliest, and store described latest data; When deployed, data record is the earliest greater than one, then a therefrom optional deletion, and stores described latest data; As detailed above.
Embodiment further, described data are deleted and memory module 400 also comprises:
The access times of described latest data for the last service time of described latest data is updated to present system time, and are added one, afterwards described latest data are sent to described application by data transmission unit 403; As detailed above.
In sum, a kind of data cached renewal provided by the present invention and storage means and system thereof, method comprises: according to the feature of application and service end, classifies to the data of buffer memory in the spatial cache of mobile terminal, and according to classification setting each classification buffer memory maximum storage threshold value; When the application in mobile terminal sends the request obtaining data, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application; When there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data; When the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.The present invention can classify data cached as required, and when buffer memory reaches threshold value, use record etc. to find in current cache by classification and file and be used again the minimum caching record of probability, replace with new record, reach real-time and the validity of buffer memory, and improve cache hit rate.
Should be understood that, application of the present invention is not limited to above-mentioned citing, for those of ordinary skills, can be improved according to the above description or convert, and all these improve and convert the protection domain that all should belong to claims of the present invention.

Claims (10)

1. data cached renewal and a storage means, is characterized in that, described method comprises:
A, feature according to application and service end, classify to the data of buffer memory in the spatial cache of mobile terminal, and according to the maximum storage threshold value of each classification buffer memory of classification setting;
B, when the application in mobile terminal send obtain the request of data time, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application;
C, when there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data;
D, when the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.
2. renewal data cached according to claim 1 and storage means, it is characterized in that, described step C also comprises: when there is described latest data in described classification buffer memory, then the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
3. renewal data cached according to claim 1 and storage means, it is characterized in that, described step D also comprises: when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, then in the classification buffer memory that described latest data is corresponding, store described latest data.
4. renewal data cached according to claim 1 and storage means, is characterized in that, described step D specifically comprises:
D1, when the storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data, then according to the last service time of data the total data in described classification buffer memory being sorted;
D2, when service time in described classification buffer memory, data are the earliest recorded as one, then delete the described service time of data record the earliest, and store described latest data; When deployed, data record is the earliest greater than one, then a therefrom optional deletion, and stores described latest data.
5. renewal data cached according to claim 4 and storage means, is characterized in that, also comprises after described step D2:
D3, the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
6. data cached renewal and a storage system, is characterized in that, comprising:
Buffer memory classification and module is set, for the feature according to application and service end, the data of buffer memory in the spatial cache of mobile terminal are classified, and according to classification setting each classification buffer memory maximum storage threshold value;
Data inquiry module, during for sending the request obtaining data when the application in mobile terminal, then need obtain in classification buffer memory corresponding to data to inquire about whether there is the latest data that described application need obtain data in application;
Obtain and judge module, for when there is not described latest data in described classification buffer memory, then described spatial cache obtains described latest data from server end, and judges whether storage space that described latest data takies is greater than the residual memory space of classification buffer memory corresponding to described latest data;
Data are deleted and memory module, during for being greater than the residual memory space of classification buffer memory corresponding to described latest data when the storage space that described latest data takies, then described classification buffer memory is by the data of last service time of data and access times cleaning self buffer memory, and stores described latest data.
7. renewal data cached according to claim 6 and storage system, it is characterized in that, in described acquisition and judge module when there is described latest data in described classification buffer memory, then the last service time of described latest data is updated to present system time, and the access times of described latest data are added one, afterwards described latest data is sent to described application.
8. renewal data cached according to claim 6 and storage system, it is characterized in that, described data are deleted and in memory module: when the storage space that described latest data takies is less than or equal to the residual memory space of classification buffer memory corresponding to described latest data, then in the classification buffer memory that described latest data is corresponding, store described latest data.
9. renewal data cached according to claim 6 and storage system, is characterized in that, described data are deleted and memory module specifically comprises:
Sequencing unit, during for being greater than the residual memory space of classification buffer memory corresponding to described latest data when the storage space that described latest data takies, then according to the total data in described classification buffer memory being sorted the last service time of data;
Delete and storage unit, for data are the earliest recorded as one when service time in described classification buffer memory, then delete the described service time of data record the earliest, and store described latest data; When deployed, data record is the earliest greater than one, then a therefrom optional deletion, and stores described latest data.
10. renewal data cached according to claim 9 and storage system, is characterized in that, described data are deleted and memory module also comprises:
The access times of described latest data for the last service time of described latest data is updated to present system time, and are added one, afterwards described latest data are sent to described application by data transmission unit.
CN201410266621.4A 2014-06-16 2014-06-16 Buffer memory data update and storage method and system Pending CN105279163A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410266621.4A CN105279163A (en) 2014-06-16 2014-06-16 Buffer memory data update and storage method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410266621.4A CN105279163A (en) 2014-06-16 2014-06-16 Buffer memory data update and storage method and system

Publications (1)

Publication Number Publication Date
CN105279163A true CN105279163A (en) 2016-01-27

Family

ID=55148190

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410266621.4A Pending CN105279163A (en) 2014-06-16 2014-06-16 Buffer memory data update and storage method and system

Country Status (1)

Country Link
CN (1) CN105279163A (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106021126A (en) * 2016-05-31 2016-10-12 腾讯科技(深圳)有限公司 Cache data processing method, server and configuration device
CN107135265A (en) * 2017-05-17 2017-09-05 郑州云海信息技术有限公司 Secondary storage buffer data management method and device based on sea of clouds OS systems
CN108038121A (en) * 2017-11-03 2018-05-15 福建网龙计算机网络信息技术有限公司 A kind of caching method and terminal
CN108667918A (en) * 2018-04-25 2018-10-16 青岛海信移动通信技术股份有限公司 A kind of device status monitoring method and device
CN109254948A (en) * 2018-08-30 2019-01-22 郑州云海信息技术有限公司 The implementation method that client-cache fails after a kind of file system snapshot rollback
CN109309563A (en) * 2017-07-27 2019-02-05 科大国盾量子技术股份有限公司 A kind of correction processing method and system of information
CN109589609A (en) * 2018-12-14 2019-04-09 北京智明星通科技股份有限公司 A kind of storage method, device and the terminal of user's game data
CN109612009A (en) * 2018-12-06 2019-04-12 珠海格力电器股份有限公司 A kind of air conditioner and one key start-up control method
CN110019361A (en) * 2017-10-30 2019-07-16 北京国双科技有限公司 A kind of caching method and device of data
CN110109869A (en) * 2018-01-22 2019-08-09 上海鹰信智能技术有限公司 A method of be quickly located by connecting device's document
CN110209968A (en) * 2019-04-24 2019-09-06 北京奇艺世纪科技有限公司 A kind of data-storage system, method, apparatus and computer readable storage medium
WO2019184776A1 (en) * 2018-03-27 2019-10-03 阿里巴巴集团控股有限公司 Data caching method and device
CN111159232A (en) * 2019-12-16 2020-05-15 浙江中控技术股份有限公司 Data caching method and system
CN111339210A (en) * 2018-12-18 2020-06-26 杭州海康威视数字技术股份有限公司 Data clustering method and device
CN112035529A (en) * 2020-09-11 2020-12-04 北京字跳网络技术有限公司 Caching method and device, electronic equipment and computer readable storage medium
CN112433993A (en) * 2020-11-16 2021-03-02 连邦网络科技服务南通有限公司 Network data processing and analyzing system based on computer
CN113242456A (en) * 2021-03-26 2021-08-10 卡莱特云科技股份有限公司 GPS data reporting method, playing box and regional advertisement delivery system
CN113449123A (en) * 2021-06-28 2021-09-28 深圳市英骏利智慧照明科技有限公司 Multi-LED display control method, system, terminal and medium
CN115134239A (en) * 2022-08-31 2022-09-30 广州市千钧网络科技有限公司 Client configuration method, system, electronic equipment and storage medium
CN112035529B (en) * 2020-09-11 2024-07-02 北京字跳网络技术有限公司 Caching method, caching device, electronic equipment and computer readable storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920732A (en) * 1996-07-01 1999-07-06 Apple Computer, Inc. System for preallocating additional larger buffer sizes in accordance with packet sizes of discarded packets that can't be stored in existing preallocated buffer sizes
CN101221585A (en) * 2008-02-03 2008-07-16 华为技术有限公司 Data storage method and device
CN102012907A (en) * 2010-11-10 2011-04-13 上海光芒科技有限公司 Method and system for cache at browser client side
CN102479250A (en) * 2010-11-26 2012-05-30 中国科学院声学研究所 Disk caching method for embedded browser
CN102508854A (en) * 2011-09-29 2012-06-20 畅捷通信息技术股份有限公司 Data access device and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5920732A (en) * 1996-07-01 1999-07-06 Apple Computer, Inc. System for preallocating additional larger buffer sizes in accordance with packet sizes of discarded packets that can't be stored in existing preallocated buffer sizes
CN101221585A (en) * 2008-02-03 2008-07-16 华为技术有限公司 Data storage method and device
CN102012907A (en) * 2010-11-10 2011-04-13 上海光芒科技有限公司 Method and system for cache at browser client side
CN102479250A (en) * 2010-11-26 2012-05-30 中国科学院声学研究所 Disk caching method for embedded browser
CN102508854A (en) * 2011-09-29 2012-06-20 畅捷通信息技术股份有限公司 Data access device and method

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106021126B (en) * 2016-05-31 2021-06-11 腾讯科技(深圳)有限公司 Cache data processing method, server and configuration equipment
CN106021126A (en) * 2016-05-31 2016-10-12 腾讯科技(深圳)有限公司 Cache data processing method, server and configuration device
CN107135265A (en) * 2017-05-17 2017-09-05 郑州云海信息技术有限公司 Secondary storage buffer data management method and device based on sea of clouds OS systems
CN107135265B (en) * 2017-05-17 2020-05-29 郑州云海信息技术有限公司 Cloud OS system-based secondary storage buffer area data management method and device
CN109309563B (en) * 2017-07-27 2021-12-24 科大国盾量子技术股份有限公司 Information error correction processing method and system
CN109309563A (en) * 2017-07-27 2019-02-05 科大国盾量子技术股份有限公司 A kind of correction processing method and system of information
CN110019361B (en) * 2017-10-30 2021-10-15 北京国双科技有限公司 Data caching method and device
CN110019361A (en) * 2017-10-30 2019-07-16 北京国双科技有限公司 A kind of caching method and device of data
CN108038121B (en) * 2017-11-03 2021-06-08 福建网龙计算机网络信息技术有限公司 Caching method and terminal
CN108038121A (en) * 2017-11-03 2018-05-15 福建网龙计算机网络信息技术有限公司 A kind of caching method and terminal
CN110109869A (en) * 2018-01-22 2019-08-09 上海鹰信智能技术有限公司 A method of be quickly located by connecting device's document
CN110109869B (en) * 2018-01-22 2021-01-12 上海鹰信智能技术有限公司 Method for quickly positioning document of connecting equipment
WO2019184776A1 (en) * 2018-03-27 2019-10-03 阿里巴巴集团控股有限公司 Data caching method and device
CN108667918A (en) * 2018-04-25 2018-10-16 青岛海信移动通信技术股份有限公司 A kind of device status monitoring method and device
CN109254948A (en) * 2018-08-30 2019-01-22 郑州云海信息技术有限公司 The implementation method that client-cache fails after a kind of file system snapshot rollback
CN109612009A (en) * 2018-12-06 2019-04-12 珠海格力电器股份有限公司 A kind of air conditioner and one key start-up control method
CN109589609A (en) * 2018-12-14 2019-04-09 北京智明星通科技股份有限公司 A kind of storage method, device and the terminal of user's game data
CN111339210A (en) * 2018-12-18 2020-06-26 杭州海康威视数字技术股份有限公司 Data clustering method and device
CN111339210B (en) * 2018-12-18 2023-04-28 杭州海康威视数字技术股份有限公司 Data clustering method and device
CN110209968A (en) * 2019-04-24 2019-09-06 北京奇艺世纪科技有限公司 A kind of data-storage system, method, apparatus and computer readable storage medium
CN110209968B (en) * 2019-04-24 2022-02-01 北京奇艺世纪科技有限公司 Data storage system, method, device and computer readable storage medium
CN111159232A (en) * 2019-12-16 2020-05-15 浙江中控技术股份有限公司 Data caching method and system
CN112035529A (en) * 2020-09-11 2020-12-04 北京字跳网络技术有限公司 Caching method and device, electronic equipment and computer readable storage medium
CN112035529B (en) * 2020-09-11 2024-07-02 北京字跳网络技术有限公司 Caching method, caching device, electronic equipment and computer readable storage medium
CN112433993A (en) * 2020-11-16 2021-03-02 连邦网络科技服务南通有限公司 Network data processing and analyzing system based on computer
CN112433993B (en) * 2020-11-16 2021-10-01 连邦网络科技服务南通有限公司 Network data processing and analyzing system based on computer
CN113242456A (en) * 2021-03-26 2021-08-10 卡莱特云科技股份有限公司 GPS data reporting method, playing box and regional advertisement delivery system
CN113449123A (en) * 2021-06-28 2021-09-28 深圳市英骏利智慧照明科技有限公司 Multi-LED display control method, system, terminal and medium
CN115134239A (en) * 2022-08-31 2022-09-30 广州市千钧网络科技有限公司 Client configuration method, system, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN105279163A (en) Buffer memory data update and storage method and system
US8732235B2 (en) Relay server, mobile terminal, information browsing system and method thereof
CN111198856B (en) File management method, device, computer equipment and storage medium
CN106331148A (en) Cache management method and cache management device for data reading by clients
TW201743206A (en) Information display method, device, and system making possible in the system architecture level of integral management presentation information resources
CN108614837B (en) File storage and retrieval method and device
CN109740089A (en) Collecting method, device, system, readable storage medium storing program for executing and electronic equipment
US8001150B2 (en) Device management method using nodes having additional attribute and device management client thereof
CN105045723A (en) Processing method, apparatus and system for cached data
CN108595503A (en) Document handling method and server
CN102307234A (en) Resource retrieval method based on mobile terminal
CN102387172A (en) Method and device for providing or obtaining contents of network resources for mobile equipment
CN104253836B (en) Image display method, mobile terminal based on wireless network and system
CN109240607B (en) File reading method and device
CN105763595A (en) Method of improving data processing efficiency and server
WO2016197814A1 (en) Junk file identification and management method, identification device, management device and terminal
CN108415962A (en) A kind of cloud storage system
CN113486026A (en) Data processing method, device, equipment and medium
CN1996305A (en) Data saving and reading method and device therefore, and data transmission system
CN111966887B (en) Dynamic caching method and device, electronic equipment and storage medium
CN105005567A (en) Interest point query method and system
CN113590027B (en) Data storage method, data acquisition method, system, device and medium
CN103023990B (en) Image file upgrade-system in pile system and method
CN103634470A (en) Human-computer interaction prediction method based on terminal mobile data access network Qos
CN104902026A (en) Information processing method and cloud service platform

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20160127