IronCache Environment

Table of Contents

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 ElementType
TokenOAuth2 access token (string)
expires_in (optional)Integer (seconds)
keyURL-encoded string
valuestring

Item Constraints

Item VarDefaultMaximumNotes
Item Size--1MBIncludes 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 Size250 characters
Expiration604,800sec2,592,000secEquates to 7 days and 30 days, respectively. This field is optional.