Skip to content

Automatic caching

Automatic caching

  • Enable/Disable caching from the API settings.
  • Reset the cache using reset caching system API.

Instance API caching

  • Once the API Maker user makes caching enabled, the API will send a response from the cache.
  • If perform any update operation in the database it will reset the Redis cache.
  • Use the 'Reset database cache' system API to reset the instance API cache.
  • Learn more Reset redis cache of database APIs.

Database caching

  • To enable caching of a particular database's all collection and its APIs use enableCaching: true in the database setting.
  • Learn more database setting.
enableCaching: true | false

Collection caching

  • To enable caching of a particular collection and its APIs using enableCaching: true in the collection setting.
  • Learn more collection setting.
    enableCaching: true | false
    

System API caching

To enable caching of particular system API use enableCaching: true in the system API setting.

enableCaching: true | false

Custom API caching

To enable caching of particular custom API use enableCaching: true in the custom API setting.

enableCaching: true | false

Third party API caching

To enable caching of particular third party API use enableCaching: true in third party API setting.

enableCaching: true | false