package
1.2.2
Repository: https://github.com/pawelwritescode/gdutils.git
Documentation: pkg.go.dev

# Functions

NewConcurrentCache returns pointer to ConcurrentCache safe for concurrent use.
NewDefaultCache returns pointer to DefaultCache not safe for concurrent use.

# Variables

ErrMissingKey occurs when cache doesn't have any value under given key.

# Structs

ConcurrentCache is entity that has ability to store and retrieve arbitrary values.
DefaultCache is entity that has ability to store and retrieve arbitrary values.

# Interfaces

Cache is entity that has ability to store/retrieve arbitrary values.