v2.0.0
Added Support For Generics
- Min go version is
1.18
due to generics support - The cache
key
andvalues
will be strongly typed e.glfucache.New[string, int](3)
for astring
key and aint
value.
Added Support For Generics
1.18
due to generics supportkey
and values
will be strongly typed e.g lfucache.New[string, int](3)
for a string
key and a int
value.