We need to define a strategy for handling cache annotation from parent classes.
If I create a class that inherits from one with cache annotations, do I automatically inherits annotations or do I need to add some sort of @SatisfiesParentCachePolicy (just like the SecurityExtraBundle does) ?
This also requires some updates in the mergeable class metadata.