Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reisenberger committed Apr 28, 2018
1 parent b4ec3bf commit 9cafa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public class Startup
// (magic string "myCachePolicy" only hard-coded here to keep the example simple!)
public MyController(IPolicyRegistry<string> policyRegistry)
{
var _cachePolicy = policyRegistry.Get<ISyncPolicy>("myCachePolicy");
var _cachePolicy = policyRegistry.Get<ISyncPolicy>("myCachePolicy"); // Or: IAsyncPolicy
// ...
}

Expand Down

0 comments on commit 9cafa60

Please sign in to comment.