# File lib/spruz/memoize.rb, line 69
      def memoize_cache_clear
        mc = @__memoize_cache__ and mc.clear
        mc = ::Module.__memoize_cache__ and mc.clear
        self
      end