Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# .net core memory cache

private IMemoryCache cache;
public MyCacheController(IMemoryCache cache)
{    
        this.cache = cache;
}
Source by www.blexin.com #
 
PREVIOUS NEXT
Tagged: #core #memory #cache
ADD COMMENT
Topic
Name
8+7 =