Class Cache.Record

  • Direct Known Subclasses:
    Cache.PageRecord
    Enclosing class:
    Cache

    class Cache.Record
    extends java.lang.Object
    the basic information about a page or image
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) BaseWatchable generator
      the thing generating the page, or null if done/not provided
      (package private) java.lang.Object value
      the page or image itself
    • Constructor Summary

      Constructors 
      Constructor Description
      Record()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        java.lang.Object value
        the page or image itself
      • generator

        BaseWatchable generator
        the thing generating the page, or null if done/not provided
    • Constructor Detail

      • Record

        Record()