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.
Collection caching
- To enable caching of a particular collection and its APIs using
enableCaching: true
in the collection setting. - Learn more collection setting.
System API caching
- From the system API setting we can do enable/disable caching.
- Use the 'Reset system API cache' system API to reset the system API cache.
- Learn more system API setting.
- Learn more Reset redis cache of system APIs.
To enable caching of particular system API use enableCaching: true
in the system API setting.
Custom API caching
- From the custom API setting we can do enable/disable caching.
- Use the 'Reset custom API cache' system API to reset the custom API cache.
- Learn more custom API setting.
- Learn more Reset redis cache of custom APIs.
To enable caching of particular custom API use enableCaching: true
in the custom API setting.
Third party API caching
- From the third party API setting we can do enable/disable caching.
- Use the 'Reset third party API cache' system API to reset the third party API cache.
- Learn more third party API setting.
- Learn more Reset redis cache of third party APIs.
To enable caching of particular third party API use enableCaching: true
in third party API setting.