//
pkg.gl
Category
github.com/go-go-golems/clay
pkg
memoization
package
0.1.18
Repository:
https://github.com/go-go-golems/clay.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
87 SLOC
#
Functions
NewMemoCache
NewMemoCache creates a new MemoCache given a certain capacity.
#
Structs
MemoCache
MemoCache represents a cache with a set capacity that uses an LRU eviction policy.
#
Interfaces
Hasher
No description provided by the author
#
Type aliases
HInt
No description provided by the author
HString
No description provided by the author