You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: