# Packages

Package lru defines the IssuanceChainCache type, which implements IssuanceChainCache interface with Get and Set operations.
Package noop defines the IssuanceChainCache type, which implements IssuanceChainCache interface with Get and Set operations.

# Functions

NewIssuanceChainCache returns noop.IssuanceChainCache for noop type or lru.IssuanceChainCache for lru cache type.

# Constants

Type constants for the cache type.
Type constants for the cache type.
Type constants for the cache type.

# Structs

Option represents the cache option, which includes the cache size and time-to-live.

# Interfaces

IssuanceChainCache is an interface which allows CTFE binaries to use different cache implementations for issuance chains.

# Type aliases

Type represents the cache type.