ITestApiNew Method |
Name | Description | |
---|---|---|
NewT(String) |
Generate value primitive data types and can be set to the cache
Examples var testApi = ctx.Use<ITestApi>(); testApi.New<int>("TestSampleData"); | |
New(String, String) |
Generate data class object and can be set to the cache
Examples var testApi = ctx.Use<ITestApi>(); var data = testApi.New("TestSampleData"); |