NightOwl888 / ICU4N

International Components for Unicode for .NET
Apache License 2.0
27 stars 7 forks source link

ICU4N.Impl.CacheValue<TValue>::SoftValue: Removed finalizer #84

Closed NightOwl888 closed 1 month ago

NightOwl888 commented 1 month ago

Removed finalizer, since this does not deal with unmanaged resources and we can let GC handle cleanup of evicted instances. There is no reason to use the finalizer queue here.