Struct ethcore::client::BlockChainCacheSize  [−][src]
pub struct BlockChainCacheSize {
    pub blocks: usize,
    pub block_details: usize,
    pub transaction_addresses: usize,
    pub block_receipts: usize,
}Represents blockchain's in-memory cache size in bytes.
Fields
blocks: usize
                           Blocks cache size.
block_details: usize
                           BlockDetails cache size.
transaction_addresses: usize
                           Transaction addresses cache size.
block_receipts: usize
                           Block receipts size.
Methods
impl CacheSize[src] 
                impl CacheSizeTrait Implementations
Auto Trait Implementations
impl Send for BlockChainCacheSize
impl Send for BlockChainCacheSizeimpl Sync for BlockChainCacheSize
impl Sync for BlockChainCacheSize