Class Cache.PageRecord

  • Enclosing class:
    Cache

    class Cache.PageRecord
    extends Cache.Record
    the record stored for each page in the cache
    • Constructor Summary

      Constructors 
      Constructor Description
      PageRecord()
      create a new page record
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • images

        java.util.Map<ImageInfo,​java.lang.ref.SoftReference<Cache.Record>> images
        any images associated with the page
    • Constructor Detail

      • PageRecord

        public PageRecord()
        create a new page record