caches
Operations addressed under /caches — 2 operations.
allotment-get-cache-key-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CacheKeyDto>.
| Field | Declared type | Nullable |
|---|---|---|
Key | string | no |
IsSharedBetweenApplications | bool | no |
IsSharedBetweenTenants | bool | no |
Mode | CacheMode | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeallotment-get-cache-key-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
isSharedBetweenApplicationskeyallotment-refresh-cache
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<RefreshCacheDto>.
| Field | Declared type | Nullable |
|---|---|---|
Key | string | no |
IsSuccess | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_AURA_2 | 400 | CACHE_REFRESH_INPUT_MISSING |
allotment-refresh-cache › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.