package
0.0.10
Repository: https://github.com/go-go-golems/bobatea.git
Documentation: pkg.go.dev

# Functions

NewMemoCache is a function that creates a new MemoCache with a given capacity.

# Structs

MemoCache is a struct that represents a cache with a set capacity.

# Interfaces

Hasher is an interface that requires a Hash method.

# Type aliases

HInt is a type that implements the Hasher interface for integers.
HString is a type that implements the Hasher interface for strings.