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
When the elements of a parent do not have unique representation, it
can be desirable to store the cache of (some of) the methods in the
parent rather than in the element.
This patches implements a variant @cached_in_parent_method of the
decorator @cached_method which does just this.
nthiery
changed the title
Implement @cache_method with cache stored in the parent
Implements a variant of @cached_method with cache stored in the parent
May 2, 2009
When the elements of a parent do not have unique representation, it
can be desirable to store the cache of (some of) the methods in the
parent rather than in the element.
This patches implements a variant
@
cached_in_parent_method of thedecorator
@
cached_method which does just this.CC: @sagetrac-sage-combinat
Component: misc
Keywords: cached_method, cache
Issue created by migration from https://trac.sagemath.org/ticket/5449
The text was updated successfully, but these errors were encountered: