package
0.0.0-20200522083413-1ee6361e1744
Repository: https://github.com/mifanteddy/fabric-sdk-go-gm.git
Documentation: pkg.go.dev

# Functions

New creates a new lazy cache.
NewStringKey returns a new StringKey.
NewWithData creates a new lazy cache.

# Structs

Cache implements a lazy initializing cache.
StringKey is a simple string cache key.

# Interfaces

Key holds the string key for the cache entry.

# Type aliases

EntryInitializer creates a cache value for the given key.
EntryInitializerWithData creates a cache value for the given key and the additional data passed in from Get().