Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created December 1, 2017 10:38
Show Gist options
  • Save DmitrySikorsky/cef497e20ec13684ab52596764e8e90b to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/cef497e20ec13684ab52596764e8e90b to your computer and use it in GitHub Desktop.
IEnumerable<Category> categories = this.cache.GetWithDefaultValue<IEnumerable<Category>>(
"categories", () => this.storage.Categories.ToList()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment