RefreshPolicy which polls the latest configuration
over HTTP and updates the local cache repeatedly.AutoPollingPolicy instance.AutoPollingPolicy instance.ConfigCatClient instance.LazyLoadingPolicy instance.User instance.FetchResponse.Status.FETCHED status code.ConfigCatClient.ConfigCatClient instance.ConfigCache implementation to fetch the latest configuration.AutoPollingPolicy.ConfigCatClient.FETCHED, NOTMODIFIED or FAILED.ConfigCatClient
uses it to read the current configuration value through the applied policy.key.key.key.key.RefreshPolicy which uses an expiring cache
to maintain the internally stored configuration.LazyLoadingPolicy instance.RefreshPolicy which fetches the latest configuration
over HTTP every time when a get is called on the ConfigCatClient.key from the given json string into a primitive type (Boolean, Double, Integer or String).key from the given json string into a primitive type (Boolean, Double, Integer or String).ConfigCatClient
uses it to get the actual value from the cache.User instance.ConfigCatClient
uses it to set the actual cached value.