Closed brantburnett closed 3 years ago
DocumentNotFoundException is not always being consistently handled per the IDistributedCache expected behaviors.
Return null for all cases of Get where the document is not found, and updated nullable ref attributes to reflect the possibility.
Ignore missing documents on all cases of Remove.
Add related tests.
Behaviors are now consistent with expectations for IDistributedCache.
Fixes #90
Motivation
DocumentNotFoundException is not always being consistently handled per the IDistributedCache expected behaviors.
Modifications
Return null for all cases of Get where the document is not found, and updated nullable ref attributes to reflect the possibility.
Ignore missing documents on all cases of Remove.
Add related tests.
Results
Behaviors are now consistent with expectations for IDistributedCache.
Fixes #90