Skip to content

v2.0.0

Compare
Choose a tag to compare
@AchoArnold AchoArnold released this 19 Oct 17:29
· 2 commits to master since this release
2277119

Added Support For Generics

  • Min go version is 1.18 due to generics support
  • The cache key and values will be strongly typed e.g lfucache.New[string, int](3) for a string key and a int value.