FelixSeptem / funcache

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 100.0%