14.1.1.0.10 (.NET Framework 4.x)
This is patch 10 of the Coherence .NET Client v14.1.1 release. The nuget package for this release is available at https://www.nuget.org/packages/Coherence/14.1.1.10
Fixed Issues
COH-25531
Fixed an issue where an *Extend client may incorrectly treat a cache as being explicitly destroyed in some rare scenarios.
COH-25529
Fixed an issue where skipping null String references within a uniform map would raise an exception.
COH-25046
Added CacheEvent.isExpired()
to indicate that an ENTRY_DELETED
event is due to expiry when it returns true.
COH-24411
Improved cache operations to use interruptible lock so operations will be interrupted after the specified timeout.
COH-24117
Fixed an issue where an Exception may be thrown during lookup of the local hostname address if it is not resolvable.
COH-23854
Added cache configuration element cache-values
which allows a view-scheme to be configured to cache both keys and values (the default), or only keys.