Upgrade to 5.4.1 w/ APC

Permalink
I currently have APC turned on within my site.php as well as the work around make to the core to allow for multiple c5 sites to use APC:
define('CACHE_LIBRARY', 'apc');
define('CACHE_ID', BASE_URL . DIR_REL);
is there anything to be aware of upgrading (from 5.4.0.5) to 5.4.1 if your site is using APC?

I am guessing the same CACHE_ID workaround (http://www.concrete5.org/community/forums/chat/cacheand039ing-andamp-concrete5-my-benchmark-tests/) will need to be made to the core again after the upgrade?

hursey013
 
myFullFlavour replied on at Permalink Reply
myFullFlavour
Surprised no one ever responded to this one, as I'm keen to hear the same?
hursey013 replied on at Permalink Reply
hursey013
The CACHE_ID is built into 5.4.1 - so everything works as expected.