Versions in this module Expand all Collapse all v0 v0.0.1 Sep 1, 2021 Changes in this version + type ResponseCache struct + func New(unverifiedBlockStore UnverifiedBlockStore) *ResponseCache + func (rc *ResponseCache) AttemptLoad(requestID graphsync.RequestID, link ld.Link) ([]byte, error) + func (rc *ResponseCache) FinishRequest(requestID graphsync.RequestID) + func (rc *ResponseCache) ProcessResponse(responses map[graphsync.RequestID]metadata.Metadata, blks []blocks.Block) + type UnverifiedBlockStore interface + AddUnverifiedBlock func(ld.Link, []byte) + PruneBlock func(ld.Link) + PruneBlocks func(func(ld.Link) bool) + VerifyBlock func(ld.Link) ([]byte, error)