Drop Cache

post

/rest/v16/commerceDocuments{ProcessVarName}{MainDocVarName}/{id}/actions/_dropCache

Use this endpoint to eliminate the cache created through REST web services. Drop Cache can improve site performance by removing cached objects that would otherwise remain in memory for the duration of the timeout specified in administration.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Transaction-_dropCacheRequest
Type: object
Show Source
  • Title: Cache Instance Id
    The unique identifier for the entry of transaction data stored in the cache.This typically is obtained from first createTransaction or OpenTransaction action and passed along in subsequent Modify / Interact action to avoid reload transaction data from db.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Transaction-_dropCacheResponse
Type: object
Show Source
  • Title: Cache Instance Id
    The unique identifier for the entry of transaction data stored in the cache.This typically is obtained from first createTransaction or OpenTransaction action and passed along in subsequent Modify / Interact action to avoid reload transaction data from db.
Back to Top