[2209] Interface of the getCachedZoneWriter()
Unlike what the ticket suggests, it takes concrete origin parameter, not some yet unknown config value, for two reasons: * The format of config is not known. * Leaking some details about what memory segment or whatever is being used for the cache through the interface looks like a bad idea. Even leaking the existence of the cache is enough.
Please register or sign in to comment