I want to get data stored in cache created using Apache ignite without running the web application

后端 未结 0 587
说谎
说谎 2020-12-29 20:18
var ignite = Ignition.Start();
            var cache = ignite.GetOrCreateCache("my-cache");
            cache.Put(1, "Hello, World&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题