Apply flags with a builder method

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1520

This topic has not yet been written. The content below is from the topic description.
This builder method can be used to apply any number of flags to a cache invocation, for example:   advancedCache.withFlags(Flag.CACHE_MODE_LOCAL, Flag.SKIP_LOCKING)    .withFlags(Flag.FORCE_SYNCHRONOUS)    .put("hello", "world");