Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# .net core memory cache

[HttpGet]
public string Get()
{
    cache.Set(“MyKey”, DateTime.Now.ToString());
    return “This is a test method...”;
}
Source by www.blexin.com #
 
PREVIOUS NEXT
Tagged: #core #memory #cache
ADD COMMENT
Topic
Name
5+4 =