Class JRAbstractLRUVirtualizer.Cache

  • Enclosing class:
    JRAbstractLRUVirtualizer

    protected class JRAbstractLRUVirtualizer.Cache
    extends java.lang.Object
    This class keeps track of how many objects are currently in memory, and when there are too many, it pushes the last touched one to disk.