Namespace MyOpenSpace.DataRequest.CacheControl
Defined in: MyOpenSpace.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Enumerates cache control mechanism for API calls
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
MyOpenSpace.DataRequest.CacheControl.REFRESH_INTERVAL
Specify a TTL for the item in cache - specified in seconds: 0 means no expiration
|
| <static> |
MyOpenSpace.DataRequest.CacheControl.USE_CACHE
Enable/disable the cache layer - boolean
|
Namespace Detail
MyOpenSpace.DataRequest.CacheControl
Enumerates cache control mechanism for API calls
Field Detail
<static>
MyOpenSpace.DataRequest.CacheControl.REFRESH_INTERVAL
Specify a TTL for the item in cache - specified in seconds: 0 means no expiration
<static>
MyOpenSpace.DataRequest.CacheControl.USE_CACHE
Enable/disable the cache layer - boolean