C# avoid DocumentNotFoundException

Hi,
is there any way to avoid getting AggregateException / DocumentNotFoundException on cache access with an unknown key, and make it just return null ?
In my usecase, that makes exception watching and debugging for real problems almost impossible with hundreds of couchbase exceptions messing up logging and exception breaking.
Thanks in advance

1 Like