Skip to content

Instantly share code, notes, and snippets.

@casper-rasmussen
Created March 20, 2016 22:26
Show Gist options
  • Save casper-rasmussen/7bca1bec177fa9cf8938 to your computer and use it in GitHub Desktop.
Save casper-rasmussen/7bca1bec177fa9cf8938 to your computer and use it in GitHub Desktop.
public void StartListen()
{
//Bind our local publish events
DataFactory.Instance.PublishedContent += (sender, args) => this.PurgeOutputCacheByContent(args.Content);
//More code comes here in later snippet...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment