couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

IDistributedCache.GetAsync throws Doc Not Found exception instead of … #91

Closed jeffrymorris closed 4 years ago

jeffrymorris commented 4 years ago

…returning null

brantburnett commented 4 years ago

@jeffrymorris what about other operations like Remove/RemoveAsync? From the Microsoft docs I can't quite tell, but I'd assume that should be idempotent, just ignoring if the key is already missing?

jeffrymorris commented 4 years ago

@brantburnett - Yeah, I guess we can verify on the base implementation. I'll do that and follow up with another patch if needed.