object-cache.php is symlink (dropin) on script with same name in plugin directory, but I need to attach some prefix on keys in cache record and I change dropin script in wp-config directory to do that. After plugin update my code is overwrited because of symlink.
What is a proper way to do this and change original functionality of wp_cache_set and wp_cache_add methods?