public final class UnlimitedConcurrentCache
extends Object
A cache backed by a ConcurrentHashMap
Authors:
Vaclav Pech
Methods Summary
Methods
Type
Name and description
void
cleanUpNullReferences() Replying on the ConcurrentHashMap thread-safe iteration implementation the method will remove all entries holding
SoftReferences to gc-evicted objects.
Replying on the ConcurrentHashMap thread-safe iteration implementation the method will remove all entries holding
SoftReferences to gc-evicted objects.