Closed Rudithus closed 5 years ago
When used with extension methods provided in AppCacheExtensions, MockCachingService would throw a null reference exception. I've added a default to DefaultCachePolicy to prevent that.
AppCacheExtensions
MockCachingService
DefaultCachePolicy
I've also included a few tests to cover this.
Awesome! Thank you.
When used with extension methods provided in
AppCacheExtensions
,MockCachingService
would throw a null reference exception. I've added a default toDefaultCachePolicy
to prevent that.I've also included a few tests to cover this.