Currently the normalized data is cached within the same session. If a new application session starts, the normalizer needs to re-normalize all the methods and properties.
Is there a way to keep the normalized data over application sessions?
(Cache data with the Symfony cache interface?)