Module precompile_cache

Module precompile_cache 

Source
Expand description

Contains a precompile cache backed by schnellru::LruMap (LRU by length).

Structsยง

CacheEntry
Cache entry, precompile successful output.
PrecompileCache
Cache for precompiles, for each input stores the result.
PrecompileCacheMap
Stores caches for each precompile.