Class SoftLevel2Cache

All Implemented Interfaces:
Serializable, Level2Cache

public class SoftLevel2Cache extends AbstractReferencedLevel2Cache
Soft implementation of a Level 2 cache. The second (unpinned) map stores soft references meaning that they may be garbage collected only if necessary by the JVM.
See Also: