Optional
store: FlagConfigCacheGet a flag configuration for the given flag key from the cache.
the key to get the flag configuration for
Get all the flag configurations from the cache.
Put a flag configuration in the cache, overwriting an existing configuration for the same flag key.
The flag key for the given flag configuration.
The flag configuration to store in the cache.
Put all the flag configurations into the cache, overwriting any existing configurations for the same key, but not clearing the cache completely.
The flag keys and configurations to put into the cache.
Used to store flag configurations for use in local evaluations.