Skip to main content

Memoize

Callable


  • A method decorator that caches the return value of a class method or getter to consistently and efficiently return the same value.


    Type parameters

    • T