Why not write code to check to see if the cache is loaded, and load it if it isn't? This would also work if an admin issued a reload command against the execution group, which doesn't restart it but ...
I have this execution group that uses a cache (implemented with EhCache). I need to catch the execution group start in order to load the cache with i ...