Definition at line 37 of file lru_cache_config.hpp.
Public Member Functions | |
| LruCacheConfigStatic (const yaml_config::YamlConfig &config) | |
| LruCacheConfigStatic (const components::ComponentConfig &config) | |
| std::size_t | GetWaySize () const |
Public Attributes | |
| LruCacheConfig | config |
| std::size_t | ways |
| bool | use_dynamic_config |
| LruCacheConfig cache::LruCacheConfigStatic::config |
Definition at line 43 of file lru_cache_config.hpp.
| bool cache::LruCacheConfigStatic::use_dynamic_config |
Definition at line 45 of file lru_cache_config.hpp.
| std::size_t cache::LruCacheConfigStatic::ways |
Definition at line 44 of file lru_cache_config.hpp.