Class HarCache


  • public class HarCache
    extends java.lang.Object
    Information about a request coming from browser cache.
    See Also:
    specification
    • Constructor Detail

      • HarCache

        public HarCache()
    • Method Detail

      • getBeforeRequest

        public HarCache.HarCacheInfo getBeforeRequest()
        Returns:
        State of the cache entry before the request, null if not present.
      • getAfterRequest

        public HarCache.HarCacheInfo getAfterRequest()
        Returns:
        State of the cache entry after the request, null if not present.
      • getComment

        public java.lang.String getComment()
        Returns:
        Comment provided by the user or application, null if not present.
      • setComment

        public void setComment​(java.lang.String comment)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object