Class SelectionContext


  • public class SelectionContext
    extends Object
    A SelectionContext holds information for a set Selection objects, mostly acting as a cache.

    Some of the information is identical to what's in the database and can be safely be GC'ed, so it lives in a memory-sensitive map (softMap), otherwise it's moved to a normal map (hardMap) (creation or deletion).