Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created September 20, 2016 00:15
namespace LazyCache.Demo
{
class Program
{
private static IAppCache _cache;
static void Main(string[] args)
{
_cache = new CachingService();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment