Enabling Cache Service
This section explains how to enable the cache service to store application configuration data.
Generic configuration microservice provides a centralized configuration service across applications to manage their configurations using API-based interface. All the microservices make HTTP API calls to retrieve the configuration from generic configuration microservice. During this event, the cache service stores the configuration data and other microservices can retrieve them from the cache service instead of the generic configuration microservice. This helps to reduce the HTTP API calls and improves the performance.
This section explains the API configuration for cache service.
Updating Cache through POST or PUT APIs
This section helps you to update cache through POST or PUT APIs.
This section helps you to enable the cache service for bulk configuration data.
This section describes the deployment and installation of generic configuration microservice in K8 and Azure.
In this topic