/funcache

cache result for function inspired by python's functools.lru_cache

Primary LanguageGoMIT LicenseMIT

funcache

cache result for function inspired by python's functools.lru_cache

Build Status Coverage Status Go Report Card GoDoc GolangCI

Install

go get -u github.com/FelixSeptem/funcache

Use example

example