method setup_mixin_cache
1 | role Metamodel::Mixins |
1.1 | (Metamodel::Mixins) method setup_mixin_cache |
Documentation for method setup_mixin_cache
assembled from the following types:
role Metamodel::Mixins
From Metamodel::Mixins
(Metamodel::Mixins) method setup_mixin_cache
method setup_mixin_cache()
Sets up caching of mixins for $obj
. After this metamethod has been called, calls to mixin
will not create a new type for mixins of $obj
given the same list of roles more than once. This should be called at some point before composition.