Sha256: 21835ae547ad93a03eef0a17d983f368d7ac856a65bb4453de233e141fed74f7

Contents?: true

Size: 403 Bytes

Versions: 7

Compression:

Stored size: 403 Bytes

Contents

{
  "id": "cacheEntryType",
  "description": "Info about cache entry.",
  "properties": {
    "expires": {
      "type": "string"
    },
    "lastAccess": {
      "type": "string",
      "required": true
    },
    "eTag": {
      "type": "string",
      "required": true
    },
    "hitCount": {
      "type": "integer",
      "required": true
    },
    "comment": {
      "type": "string"
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
har-0.1.5 lib/har/schemas/cacheEntryType.json
har-0.1.4 lib/har/schemas/cacheEntryType.json
har-0.1.3 lib/har/schemas/cacheEntryType.json
har-0.1.2 lib/har/schemas/cacheEntryType.json
har-0.1.1 lib/har/schemas/cacheEntryType.json
har-0.1.0 lib/har/schemas/cacheEntryType.json
har-0.0.9 lib/har/schemas/cacheEntryType.json