Versions in this module Expand all Collapse all v0 v0.11.2 Mar 18, 2021 v0.11.1 Mar 18, 2021 Changes in this version + var ErrElementNotFound = fmt.Errorf("unable to find element") + type Cache interface + Get func(key interface{}) (Value, error) + Len func() int + Put func(key interface{}, value Value) (bool, error) + type CacheableBlock struct + func (c *CacheableBlock) Size() (uint64, error) + type CacheableFilter struct + func (c *CacheableFilter) Size() (uint64, error) + type FilterCacheKey struct + BlockHash chainhash.Hash + FilterType filterdb.FilterType + type Value interface + Size func() (uint64, error)