CN109344353B - Configurable local cache refreshing method and terminal - Google Patents

Configurable local cache refreshing method and terminal Download PDF

Info

Publication number
CN109344353B
CN109344353B CN201811060006.2A CN201811060006A CN109344353B CN 109344353 B CN109344353 B CN 109344353B CN 201811060006 A CN201811060006 A CN 201811060006A CN 109344353 B CN109344353 B CN 109344353B
Authority
CN
China
Prior art keywords
updated
information
url request
local cache
request address
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.)
Active
Application number
CN201811060006.2A
Other languages
Chinese (zh)
Other versions
CN109344353A (en
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.)
Fujian Tianquan Educational Technology Ltd
Original Assignee
Fujian Tianquan Educational Technology Ltd
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 Fujian Tianquan Educational Technology Ltd filed Critical Fujian Tianquan Educational Technology Ltd
Priority to CN201811060006.2A priority Critical patent/CN109344353B/en
Publication of CN109344353A publication Critical patent/CN109344353A/en
Application granted granted Critical
Publication of CN109344353B publication Critical patent/CN109344353B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

The invention discloses a configurable local cache refreshing method and a terminal, and the method comprises the following steps: acquiring configuration modification information needing to be updated to a local cache, and screening out application examples to be updated according with the configuration modification information to be configured according to an example information configuration table; obtaining a url request address of an application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing; the invention screens out the application examples needing to be updated through the example information configuration table, and refreshes the local cache through the url request address, thereby realizing that only a certain part of the application examples are refreshed, not unified and all refreshes in the prior art, and further improving the flexibility of the system.

Description

Configurable local cache refreshing method and terminal
Technical Field
The invention relates to the field of cluster cache, in particular to a configurable local cache refreshing method and a terminal.
Background
In developing a highly concurrent system, there are three sharps used to protect the system: caching, destaging, and throttling. After some scenes use the cache, the pressure related to the system can be reduced to a great extent, and the throughput of the system interface is improved. Meanwhile, the cache function is generally divided into two cases, one is a cluster type unified cache, such as a redis cluster cache, a Memchche cluster cache, and the like, related information of the unified cache is placed in the cluster cache, and information is read from each item in the cluster cache. The other is local cache, which refers to some information that has a small amount, occupies less memory resources, and can be directly cached into the local memory.
For such a case of caching in local memory. Many systems are deployed in a cluster manner, that is, a cluster composed of multiple application instances provides access to the outside. Generally, such a local cache is implemented as follows: when the application instance is started, the relevant information is loaded to the local cache of the instance. Alternatively, the local cache may be refreshed by other notification methods, for example, by other notification software such as zookeeper. In general, whether through zookeeper or through other notification methods, the local cache refresh policy is that all instances uniformly perform all refreshes, that is, the existing local cache refresh policy has poor flexibility.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: the configurable local cache refreshing method and the configurable local cache refreshing terminal are provided, refreshing of a certain part of application examples can be realized, and flexibility of system viewing is improved.
In order to solve the technical problems, the invention adopts the technical scheme that:
a configurable local cache refreshing method comprises the following steps:
s1, acquiring configuration modification information needing to be updated to a local cache, and screening out application examples to be updated according with the configuration modification information to be configured according to an example information configuration table;
s2, obtaining the url request address of the application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
a configurable local cache refresh terminal comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
s1, acquiring configuration modification information needing to be updated to a local cache, and screening out application examples to be updated according with the configuration modification information to be configured according to an example information configuration table;
s2, obtaining the url request address of the application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing.
The invention has the beneficial effects that: a configurable local cache refreshing method and a terminal are disclosed, after configuration modification information needing to be updated to a local cache is obtained, an application example to be updated which accords with the modification information to be configured is screened out according to an example information configuration table, a url request address of the application example to be updated is obtained according to the example information configuration table, and the url request address is called to complete local memory refreshing; the method screens the application examples needing to be updated through the example information configuration table, and refreshes the local cache through the url request address, so that only a certain part of the application examples are refreshed, not all the application examples in the prior art are refreshed uniformly, and the flexibility of the system is improved.
Drawings
Fig. 1 is a schematic flowchart of a configurable local cache refreshing method according to an embodiment of the present invention;
FIG. 2 is a schematic interface diagram of an example information configuration table according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a configurable local cache refresh terminal according to an embodiment of the present invention.
Description of reference numerals:
1. a configurable local cache refreshing terminal; 2. a memory; 3. a processor.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
The most key concept of the invention is as follows: screening out the application example to be updated which accords with the modification information to be configured according to the example information configuration table, and then obtaining the url request address of the application example to be updated according to the example information configuration table.
Before this, in order to facilitate understanding of the technical solution of the present invention, the english abbreviations, devices and the like referred to in the present invention are described as follows:
(1) and url: in the present invention, the abbreviation of Uniform Resource Locator is used, wherein the text is interpreted as Uniform Resource Locator, which is a compact representation of the location and access method of resources available from the internet, and is the address of standard resources on the internet. Each file on the internet has a unique URL that contains information indicating the location of the file and how the browser should handle it.
(2) HTTP: the invention is an abbreviation of Hyper Text Transfer Protocol, wherein the Text is explained as hypertext Transfer Protocol, which is a most widely used network Protocol on the internet. All WWW files must comply with this standard.
Referring to fig. 1 and fig. 2, a configurable local cache refreshing method includes the steps of:
s1, acquiring configuration modification information needing to be updated to a local cache, and screening out application examples to be updated according with the configuration modification information to be configured according to an example information configuration table;
s2, obtaining the url request address of the application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing.
From the above description, the beneficial effects of the present invention are: after configuration modification information needing to be updated to a local cache is obtained, screening out an application example to be updated according to the example information configuration table, wherein the application example to be updated accords with the modification information to be configured, obtaining a url request address of the application example to be updated according to the example information configuration table, and calling the url request address to finish local memory refreshing; the method screens the application examples needing to be updated through the example information configuration table, and refreshes the local cache through the url request address, so that only a certain part of the application examples are refreshed, not all the application examples in the prior art are refreshed uniformly, and the flexibility of the system is improved.
Further, the specific steps of obtaining the url request address of the application instance to be updated according to the instance information configuration table in step S2 are as follows:
and acquiring a unique coding field of the application example to be updated, acquiring url request information of the application example to be updated in the example information configuration table according to the unique coding field, and assembling a url request address according to the url request information.
As can be seen from the above description, the unique encoding field and url request information corresponding to the application instance in a one-to-one correspondence are configured in the instance information configuration table, so as to obtain the address for refreshing the local cache.
Further, the url request information in step S2 is specifically a protocol, a port, a domain name, and a url relative path address.
It can be known from the above description that the url relative path address is used to avoid that the relevant information cannot be called when the code is uploaded to the server for browsing after the web page is programmed, and a url is formed by the protocol, the port, the domain name and the url relative path address so that the program background can perform cache updating according to the url.
Further, the step S2 of calling the url request address to complete the local memory refresh specifically includes: and calling the url request address through HTTP to complete local memory refreshing.
As can be seen from the above description, a way to call the url request address is provided.
Further, the step S1 may be replaced by: and acquiring configuration modification information needing to be updated to a local cache and an application instance to be updated.
As can be seen from the above description, after configuration modification information input by a program or a backend operation and maintenance person is received, a backend operation and maintenance interface may be generated, where the backend operation and maintenance interface at least includes an application instance name and corresponding configuration content, a pull-down key is provided at the application instance name, and is used for a user to manually select an application instance to be updated, after the application instance name and the configuration content are selected, the user clicks to determine, and the terminal obtains the application instance to be updated and the corresponding configuration content, so as to perform local cache refreshing.
As shown in fig. 3, a configurable local cache refresh terminal includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the following steps when executing the computer program:
s1, acquiring configuration modification information needing to be updated to a local cache, and screening out application examples to be updated according with the configuration modification information to be configured according to an example information configuration table;
s2, obtaining the url request address of the application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing.
From the above description, the beneficial effects of the present invention are: after configuration modification information needing to be updated to a local cache is obtained, screening out an application example to be updated according to the example information configuration table, wherein the application example to be updated accords with the modification information to be configured, obtaining a url request address of the application example to be updated according to the example information configuration table, and calling the url request address to finish local memory refreshing; the method screens the application examples needing to be updated through the example information configuration table, and refreshes the local cache through the url request address, so that only a certain part of the application examples are refreshed, not all the application examples in the prior art are refreshed uniformly, and the flexibility of the system is improved.
Further, the specific steps of obtaining the url request address of the application instance to be updated according to the instance information configuration table in step S2 are as follows:
and acquiring a unique coding field of the application example to be updated, acquiring url request information of the application example to be updated in the example information configuration table according to the unique coding field, and assembling a url request address according to the url request information.
As can be seen from the above description, the unique encoding field and url request information corresponding to the application instance in a one-to-one correspondence are configured in the instance information configuration table, so as to obtain the address for refreshing the local cache.
Further, the url request information in step S2 is specifically a protocol, a port, a domain name, and a url relative path address.
It can be known from the above description that the url relative path address is used to avoid that the relevant information cannot be called when the code is uploaded to the server for browsing after the web page is programmed, and a url is formed by the protocol, the port, the domain name and the url relative path address so that the program background can perform cache updating according to the url.
Further, the step S2 of calling the url request address to complete the local memory refresh specifically includes: and calling the url request address through HTTP to complete local memory refreshing.
As can be seen from the above description, a way to call the url request address is provided.
Further, the step S1 may be replaced by: and acquiring configuration modification information needing to be updated to a local cache and an application instance to be updated.
As can be seen from the above description, after configuration modification information input by a program or a backend operation and maintenance person is received, a backend operation and maintenance interface may be generated, where the backend operation and maintenance interface at least includes an application instance name and corresponding configuration content, a pull-down key is provided at the application instance name, and is used for a user to manually select an application instance to be updated, after the application instance name and the configuration content are selected, the user clicks to determine, and the terminal obtains the application instance to be updated and the corresponding configuration content, so as to perform local cache refreshing.
Referring to fig. 1 and fig. 2, a first embodiment of the present invention is:
a configurable local cache refreshing method comprises the following steps:
s1, acquiring configuration modification information needing to be updated to a local cache, and screening out application examples to be updated according with the configuration modification information to be configured according to an example information configuration table;
s2, obtaining the unique coding field of the application example to be updated, obtaining the protocol, the port, the domain name and the url relative path address of the application example to be updated in the example information configuration table according to the unique coding field, assembling the url request address according to the url request information, and calling the url request address through HTTP to finish local memory refreshing.
For the present embodiment, since there are a plurality of configuration contents in each application instance, when the local memory is refreshed, only the local cache of the configuration content corresponding to the configuration modification information needs to be updated. For example, for the gray release test, only the local cache of the scene corresponding to the gray release test under the screen test needs to be updated, and all application implementation and all configuration contents need not to be refreshed.
Referring to fig. 1 and fig. 2, a second embodiment of the present invention is:
on the basis of the first embodiment, step S1 in this embodiment may be replaced by:
and acquiring configuration modification information needing to be updated to a local cache and an application instance to be updated.
That is, for the present embodiment, the application instance to be updated is based on a manual selection by the user.
Referring to fig. 3, a third embodiment of the present invention is:
a configurable local cache refresh terminal 1 comprises a memory 2, a processor 3 and a computer program stored on the memory 2 and operable on the processor 3, wherein the processor 3 implements the steps S1 and S2 in the first embodiment when executing the computer program.
For the present embodiment, a configurable local cache refresh terminal 1 is deployed in a cluster manner, where a cluster is composed of multiple application instances, and in the present embodiment, codes of each application instance in the same cluster are consistent, so that capacity expansion of the cluster is achieved, and cluster throughput is improved.
For each application instance, in this embodiment, a corresponding local memory refresh interface is provided, so that an external system can call the local memory refresh interface to refresh cache information of the application instance, that is, refresh a local cache through the local memory refresh interface. The main functions of the local memory refresh interface include querying information to be loaded into the local cache from a database or other data sources, and loading the information into the local cache.
For the instance information configuration table, a unique encoding field, a name, URL path addresses accessible by the port and domain name accessible by the application instance, and an interface path field URL _ path used by each application instance for callback are required to be recorded for storing URL relative path addresses.
Based on the local memory refresh interface provided by the application instance, the internal part of the local memory refresh interface can obtain the relevant information from the configuration table which needs to be refreshed in the local cache, and reset the operation of the local cache of the local memory refresh interface, so that the function of refreshing the local memory of the application instance can be realized only by calling the local memory refresh interface of the application instance in an HTTP manner.
In this embodiment, there are three application instances and corresponding configuration information in a cluster, such as application instance 001, and the corresponding url is: http://001. com/refresh; application example 002, the corresponding url is: http://002. com/refresh; application example 003, the corresponding url is: http://003. com/refresh; after receiving the configuration modification information that needs to be updated to the local cache, the terminal performs step 1 and step S2 in the above embodiment to perform local cache refresh operation. For example, if the application example to be updated obtained according to the configuration modification information is the application example 002, the assembled url request address is HTTP://002.com/refresh, and HTTP://002.com/refresh is called by the program HTTP, so as to perform local cache refresh operation corresponding to the application example 002. When the application instance to be updated obtained according to the configuration modification information is the application instance 001 or the application instance 003, as described above, the local cache refresh operation for the application instance 001 or the application instance 003 is finally completed.
Referring to fig. 3, a fourth embodiment of the present invention is:
on the basis of the third embodiment, when the processor 3 executes the computer program, the configurable local cache refresh terminal 1 implements the steps S1 and S2 in the second embodiment.
In summary, according to the configurable local cache refreshing method provided by the present invention, after configuration modification information that needs to be updated to a local cache is obtained, an application instance to be updated that conforms to the modification information to be configured is screened according to an instance information configuration table, a url request address of the application instance to be updated is obtained according to the instance information configuration table, and the url request address is called to complete local memory refreshing; the method screens the application examples needing to be updated through the example information configuration table, and refreshes the local cache through the url request address, so that only a certain part of the application examples are refreshed, not all the application examples in the prior art are refreshed uniformly, and the flexibility of the system is improved.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (6)

1. A configurable local cache refreshing method is characterized by comprising the following steps:
s1, obtaining configuration modification information needing to be updated to a local cache, screening out application examples to be updated according to the configuration information configuration table, wherein the application examples to be updated accord with the configuration modification information, and the configuration information of each application example is recorded by the configuration information configuration table;
s2, obtaining the url request address of the application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing;
the specific steps of obtaining the url request address of the application instance to be updated according to the instance information configuration table in step S2 are as follows:
acquiring a unique coding field of the application example to be updated, acquiring url request information of the application example to be updated in the example information configuration table according to the unique coding field, and assembling a url request address according to the url request information;
the url request information in step S2 is specifically a protocol, a port, a domain name, and a url relative path address.
2. The configurable local cache refresh method according to claim 1, wherein the step S2 of calling the url request address to complete the local memory refresh specifically comprises: and calling the url request address through HTTP to complete local memory refreshing.
3. The configurable local cache refreshing method according to claim 1, wherein the step S1 can be replaced by: and acquiring configuration modification information needing to be updated to a local cache and an application instance to be updated.
4. A configurable local cache refresh terminal, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the following steps when executing the computer program:
s1, obtaining configuration modification information needing to be updated to a local cache, screening out application examples to be updated according to the configuration information configuration table, wherein the application examples to be updated accord with the configuration modification information, and the configuration information of each application example is recorded by the configuration information configuration table;
s2, obtaining the url request address of the application example to be updated according to the example information configuration table, and calling the url request address to complete local memory refreshing;
the specific steps of obtaining the url request address of the application instance to be updated according to the instance information configuration table in step S2 are as follows:
acquiring a unique coding field of the application example to be updated, acquiring url request information of the application example to be updated in the example information configuration table according to the unique coding field, and assembling a url request address according to the url request information;
the url request information in step S2 is specifically a protocol, a port, a domain name, and a url relative path address.
5. The configurable local cache refresh terminal according to claim 4, wherein the step S2 of calling the url request address to complete the local memory refresh specifically comprises: and calling the url request address through HTTP to complete local memory refreshing.
6. The configurable local cache refresh terminal according to claim 4, wherein said step S1 can be replaced by: and acquiring configuration modification information needing to be updated to a local cache and an application instance to be updated.
CN201811060006.2A 2018-09-12 2018-09-12 Configurable local cache refreshing method and terminal Active CN109344353B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811060006.2A CN109344353B (en) 2018-09-12 2018-09-12 Configurable local cache refreshing method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811060006.2A CN109344353B (en) 2018-09-12 2018-09-12 Configurable local cache refreshing method and terminal

Publications (2)

Publication Number Publication Date
CN109344353A CN109344353A (en) 2019-02-15
CN109344353B true CN109344353B (en) 2021-10-08

Family

ID=65304733

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811060006.2A Active CN109344353B (en) 2018-09-12 2018-09-12 Configurable local cache refreshing method and terminal

Country Status (1)

Country Link
CN (1) CN109344353B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112861031B (en) * 2019-11-27 2024-04-02 北京金山云网络技术有限公司 URL refreshing method, device and equipment in CDN and CDN node
CN112861030B (en) * 2019-11-27 2024-04-05 北京金山云网络技术有限公司 CDN refreshing method and device, cache server and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101981545A (en) * 2008-01-31 2011-02-23 Bea系统公司 System and method for transactional cache
CN105677404A (en) * 2015-12-31 2016-06-15 拉扎斯网络科技(上海)有限公司 Zookeeper based configuration updating method and device
CN106202112A (en) * 2015-05-06 2016-12-07 阿里巴巴集团控股有限公司 CACHE DIRECTORY method for refreshing and device
CN107079196A (en) * 2014-10-28 2017-08-18 索尼公司 Receiving device, transmission equipment and data processing method
CN107534793A (en) * 2015-04-30 2018-01-02 索尼公司 Reception device, transmitting device and data processing method
CN107608759A (en) * 2017-08-31 2018-01-19 深圳市丰巢科技有限公司 Local cache the Visual Implementation method, medium and equipment based on JVM internal memories

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0976234A2 (en) * 1997-04-15 2000-02-02 MCI Worldcom, Inc. A system, method and article of manufacture for switched telephony communication
US7360025B1 (en) * 2002-12-13 2008-04-15 O'connell Conleth Method and system for automatic cache management
CN100458776C (en) * 2005-01-13 2009-02-04 龙搜(北京)科技有限公司 Network cache management system and method
US7590998B2 (en) * 2006-07-27 2009-09-15 Sharp Laboratories Of America, Inc. Television system having internet web browsing capability
CN102045238B (en) * 2009-10-09 2012-11-14 中兴通讯股份有限公司 Cache maintenance method and system
CN101841526A (en) * 2010-03-04 2010-09-22 清华大学 Cluster streaming media server system applied to large-scale user demand
CN103024084B (en) * 2013-01-07 2016-05-11 北京思特奇信息技术股份有限公司 A kind of cache flush system and buffer memory method for refreshing based on http protocol
US9189510B2 (en) * 2013-02-26 2015-11-17 Facebook, Inc. System and method for implementing cache consistent regional clusters
CN105630812A (en) * 2014-10-30 2016-06-01 阿里巴巴集团控股有限公司 Refreshing method and device of cluster application cache
CN104537107A (en) * 2015-01-15 2015-04-22 中国联合网络通信集团有限公司 URL storage matching method and device
CN105117350B (en) * 2015-08-25 2018-08-24 摩贝(上海)生物科技有限公司 A kind of configurable caching system and method
CN108182152A (en) * 2017-11-28 2018-06-19 深圳市丰巢科技有限公司 A kind of local cache based on Redis refreshes implementation method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101981545A (en) * 2008-01-31 2011-02-23 Bea系统公司 System and method for transactional cache
CN107079196A (en) * 2014-10-28 2017-08-18 索尼公司 Receiving device, transmission equipment and data processing method
CN107534793A (en) * 2015-04-30 2018-01-02 索尼公司 Reception device, transmitting device and data processing method
CN106202112A (en) * 2015-05-06 2016-12-07 阿里巴巴集团控股有限公司 CACHE DIRECTORY method for refreshing and device
CN105677404A (en) * 2015-12-31 2016-06-15 拉扎斯网络科技(上海)有限公司 Zookeeper based configuration updating method and device
CN107608759A (en) * 2017-08-31 2018-01-19 深圳市丰巢科技有限公司 Local cache the Visual Implementation method, medium and equipment based on JVM internal memories

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"采用电子服务渠道的平台开发设计方案";张腾文等;《通讯世界》;20160115(第2期);第174页 *

Also Published As

Publication number Publication date
CN109344353A (en) 2019-02-15

Similar Documents

Publication Publication Date Title
CN108156022B (en) Service calling method and device and electronic equipment
US8527862B2 (en) Methods for making ajax web applications bookmarkable and crawlable and devices thereof
CN112765023B (en) Test case generation method and device
CN111639278B (en) Webpage loading method and device
CN104572968A (en) Page updating method and device
US6725265B1 (en) Method and system for caching customized information
CN106648569B (en) Target serialization realization method and device
WO2020092135A1 (en) Extracting web api endpoint data from source code
CN109344353B (en) Configurable local cache refreshing method and terminal
CN106126197A (en) Make the method and device of the mobile terminal application page and PC end application page synchronization
CN112597486A (en) Method for preventing repeated access to Restful API based on Spring
US10691750B1 (en) Browser configured to efficiently store browsing session state
CN108415767B (en) Server thread control method, device, equipment and readable storage medium
CN111680247B (en) Local calling method, device and equipment of webpage character strings and storage medium
CA2824868C (en) Variants of files in a file system
CN116595047A (en) Rights management method, rights management device, electronic device and computer-readable storage medium
CN106126517A (en) The PC end application page is converted to the method and device of the mobile terminal application page
CN115758004A (en) Webpage table display method and device, computer readable medium and electronic equipment
CN108629003B (en) Content loading method and device
CN112347794A (en) Data translation method, device, equipment and computer storage medium
US8386953B1 (en) Accordion user interface
US11017032B1 (en) Document recovery utilizing serialized data
US12001458B2 (en) Multi-cloud object store access
US20220229858A1 (en) Multi-cloud object store access
US20030097415A1 (en) Methods and systems for unifying data parameter passing in a data processing system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant