#include <host_cache_component.h>
◆ TemporaryEntryPtr
◆ ~HostCacheStatisticsComponent()
| virtual HostCacheStatisticsComponent::~HostCacheStatisticsComponent |
( |
| ) |
|
|
virtualdefault |
◆ get_cache_drops()
| virtual uint64_t HostCacheStatisticsComponent::get_cache_drops |
( |
| ) |
|
|
pure virtual |
◆ get_cache_expired()
| virtual uint64_t HostCacheStatisticsComponent::get_cache_expired |
( |
| ) |
|
|
pure virtual |
◆ get_cache_hits()
| virtual uint64_t HostCacheStatisticsComponent::get_cache_hits |
( |
| ) |
|
|
pure virtual |
◆ get_cache_inserts()
| virtual uint64_t HostCacheStatisticsComponent::get_cache_inserts |
( |
| ) |
|
|
pure virtual |
◆ get_cache_size()
| virtual uint64_t HostCacheStatisticsComponent::get_cache_size |
( |
| ) |
|
|
pure virtual |
◆ get_cache_used()
| virtual uint64_t HostCacheStatisticsComponent::get_cache_used |
( |
| ) |
|
|
pure virtual |
◆ get_entries()
| virtual std::vector< host_cache::Entry > HostCacheStatisticsComponent::get_entries |
( |
| ) |
|
|
pure virtual |
◆ get_temporary_entries()
| virtual std::vector< TemporaryEntryPtr > HostCacheStatisticsComponent::get_temporary_entries |
( |
| ) |
|
|
pure virtual |
◆ get_temporary_size()
| virtual uint64_t HostCacheStatisticsComponent::get_temporary_size |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: