Skip to content

Instantly share code, notes, and snippets.

@bjorncoltof
Created September 5, 2014 13:24
Show Gist options
  • Save bjorncoltof/f484987ade9d016305e6 to your computer and use it in GitHub Desktop.
Save bjorncoltof/f484987ade9d016305e6 to your computer and use it in GitHub Desktop.
datacache-using
using (var cacheFactory = new DataCacheFactory())
{
_cache = cacheFactory.GetDefaultCache();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment