Class AbstractIndexedFileCacheBacking.IndexEntry

java.lang.Object
org.aspectj.weaver.tools.cache.AbstractIndexedFileCacheBacking.IndexEntry
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
AbstractIndexedFileCacheBacking

public static class AbstractIndexedFileCacheBacking.IndexEntry extends Object implements Serializable, Cloneable
The default index entry in the index file
See Also:
Serialized Form
  • Field Details

    • key

      public String key
    • generated

      public boolean generated
    • ignored

      public boolean ignored
    • crcClass

      public long crcClass
    • crcWeaved

      public long crcWeaved
  • Constructor Details

    • IndexEntry

      public IndexEntry()
  • Method Details