Package org.htmlunit

Class Cache.Entry

java.lang.Object
org.htmlunit.Cache.Entry
All Implemented Interfaces:
Serializable, Comparable<Cache.Entry>
Enclosing class:
Cache

private static class Cache.Entry extends Object implements Comparable<Cache.Entry>, Serializable
A cache entry.
  • Field Details

    • key_

      private final String key_
    • response_

      private final WebResponse response_
    • value_

      private final Object value_
    • lastAccess_

      private long lastAccess_
    • createdAt_

      private final long createdAt_
  • Constructor Details

  • Method Details