Is there any way to disable cache normalization for all object types?

Hello, I’m trying to find a way to disable cache normalizaton on every type. I can see how to disable normalization on a certain type using typePolicy on the official documentation but I can’t find how to disable cache normalization itself. I need my data not to be normalized and should be able to access to its parent object for my project. How can I disable cache normalization for every type? ( without having to define every single type in typePolicy )