RefreshPolicy which polls the latest configuration
over HTTP and updates the local cache repeatedly.AutoPollingPolicy instance.AutoPollingPolicy instance.ConfigCatClient instance.ExpiringCachePolicy instance.User instance.FetchResponse.Status.FETCHED status code.ConfigCatClient.ConfigCatClient instance.ConfigCache implementation to fetch the latest configuration.AutoPollingPolicy.ConfigCatClient.RefreshPolicy which uses an expiring cache
to maintain the internally stored configuration.ExpiringCachePolicy instance.FETCHED, NOTMODIFIED or FAILED.<T> type.<T> type.<T> type.<T> type.ConfigCatClient
uses it to read the current configuration value through the applied policy.key.key.key.key.RefreshPolicy which fetches the latest configuration
over HTTP every time when a get is called on the ConfigCatClient.<T> type.<T> type.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.ConfigCatClient instance.ConfigCatClient
uses it to set the actual cached value.