Module precompile_cache

Module precompile_cache 

Source
Expand description

Contains a precompile cache that is backed by a moka cache.

Structsยง

CacheEntry
Cache entry, precompile successful output.
CacheKey
Cache key, spec id and precompile call input. spec id is included in the key to account for precompile repricing across fork activations.
CacheKeyRef
Cache key reference, used to avoid cloning the input bytes when looking up using a CacheKey.
PrecompileCache
Cache for precompiles, for each input stores the result.
PrecompileCacheMap
Stores caches for each precompile.