public class ColdAtoms
extends java.lang.Object
The purpose of this class is just to keep references to atoms in the WeakRefAtomCache
for a little while so that they don't get evicted as soon as the garbage collector
collects them because they are not referred to anymore in the program.
The term "cold" means "not really frozen" :)