Module massa_module_cache::lru_cache

source ·

Structs§

  • LRUCache 🔒
    RAM stored LRU cache. The LRU caching scheme is to remove the least recently used module when the cache is full.

Type Aliases§