Simple data container that does not order entries for eviction, implemented using two ConcurrentHashMaps, one for mortal and one for immortal entries.
This container does not support eviction, in that entries are unsorted.
This implementation offers O(1) performance for all operations.
@author Manik Surtani
@author Galder ZamarreƱo
@since 4.0