IronCache Environment
Item Structure
Caches are key/value stores comprised of items. The Item structure is
flexible and straight-forward. Items can be variable in size and can contain almost any text or data format.
Item Element | Type |
Token | OAuth2 access token (string) |
expires_in (optional) | Integer (seconds) |
key | URL-encoded string |
value | string |
Item Constraints
Item Var | Default | Maximum | Notes |
Item Size | -- | 1MB | Includes the entire body of the request (expiration, etc.) |
Key | -- | -- | Because it is part of the URL in the API request, the key must be URL encoded. |
Key Size | | 250 characters | |
Expiration | 604,800sec | 2,592,000sec | Equates to 7 days and 30 days, respectively. This field is optional. |