this would make things way to complecated (to configure) and slow (as all of these options must be handled with every request.
instead of blacklisting items that should not be cached, it is easier to whilelist all items that can be cached.
plus, Super Page Cache apprach requires a complex clean up routine, where my approach allows for easier cache validation.
please also keep in mind, that caches on disk and other plugins use disk, sqlite, memcached or redis which typically provide more space/memory to cache the pages.
what is the size of your apcu cache?
also the caching mechanism differs. where most plugins hook into ob_start, atec cache apcu can shortcut the page generation, thereby increasing speed and it stores gziped content to reduce apcu memory usage.