Igniters, I just noticed that we have added chaining for CacheConfiguration, however, it seems that we did not propagate the generics.
CacheConfigruration is declared with <K, V>, but the returned CacheConfiguration instance from any of the setter methods looses Generics information. Was this done on purpose or by mistake? D.