# Functions
New creates a new lazy cache with the given name (Note that the name is only used for debugging purpose).
NewStringKey returns a new StringKey.
# Interfaces
Key holds the string key for the cache entry.
# Type aliases
EntryInitializer creates a cache value for the given key.