Expand description
Contains a precompile cache backed by schnellru::LruMap (LRU by length).
Structsยง
- Cache
Entry  - Cache entry, precompile successful output.
 - Cache
Key  - Cache key, spec id and precompile call input. spec id is included in the key to account for precompile repricing across fork activations.
 - Cache
KeyRef  - Cache key reference, used to avoid cloning the input bytes when looking up using a 
CacheKey. - Precompile
Cache  - Cache for precompiles, for each input stores the result.
 - Precompile
Cache Map  - Stores caches for each precompile.