Module executor_cache

Source

Structs§

BankExecutorCache
LFU Cache of executors which exists once per bank
BankExecutorCacheEntry
An entry of the BankExecutorCache
Stats
Statistics of the entire BankExecutorCache
TransactionExecutorCache
A subset of the BankExecutorCache containing only the executors relevant to one transaction
TransactionExecutorCacheEntry
An entry of the TransactionExecutorCache

Enums§

TxBankExecutorCacheDiff
Relation between a TransactionExecutorCacheEntry and its matching BankExecutorCacheEntry

Constants§

MAX_CACHED_EXECUTORS
Capacity of BankExecutorCache