package
0.1.6
Repository: https://github.com/konradasb/github_exporter.git
Documentation: pkg.go.dev

# Functions

NewMemoryCache returns a new Cache that will store items in an in-memory map.

# Structs

Item is an object which is stored in Cache.
MemoryCache is an implemtation of Cache that will store items in an in-memory map.

# Interfaces

Cache stores, retrieves and deletes cacheable items.