Categorygithub.com/jacostaperu/memoize
modulepackage
0.0.0-20220808204555-258b99da9acb
Repository: https://github.com/jacostaperu/memoize.git
Documentation: pkg.go.dev

# README

memoize

Package memoize caches return values of functions.

# Functions

AsSha256 hash a function.
NewMemoizer creates a new Memoizer with the configured expiry and cleanup policies.

# Structs

Memoizer allows you to memoize function calls.