Class JSONStorage.StoredJSON

java.lang.Object
com.djrapitops.plan.delivery.webserver.cache.JSONStorage.StoredJSON
Enclosing interface:
JSONStorage

public static final class JSONStorage.StoredJSON extends Object
  • Field Details

    • json

      public final String json
    • timestamp

      public final long timestamp
  • Constructor Details

    • StoredJSON

      public StoredJSON(String json, long timestamp)
  • Method Details