# Functions
NewIssuanceChainCache returns noop.IssuanceChainCache for noop type or lru.IssuanceChainCache for lru cache type.
# Interfaces
IssuanceChainCache is an interface which allows CTFE binaries to use different cache implementations for issuance chains.
# Type aliases
Type represents the cache type.