//
pkg.gl
Category
github.com/go-mojito/mojito
pkg
cache
package
0.0.18
Repository:
https://github.com/go-mojito/mojito.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
29 SLOC
#
Functions
KeyHash
KeyHash returns the SHA256 hash of a string for caching purposes.
#
Variables
ErrorCacheMiss
ErrorCacheMiss is returned when the cache could not find the given key.
#
Interfaces
Cache
Cache defines the minimum API surface for a valid cache.