Skip to content

Instantly share code, notes, and snippets.

@rarous
Created April 10, 2013 14:51
Show Gist options
  • Select an option

  • Save rarous/5355312 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/5355312 to your computer and use it in GitHub Desktop.
return TryGetCachedData(message, metadata, request).Match(
some: data => CachedResult(message.RequestId, data, stats),
none: () => Result(message, context, metadata, request, stats));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment