Versions in this module Expand all Collapse all v1 v1.0.0 Nov 19, 2020 Changes in this version + type Cache struct + func New(basePath string) Cache + func (c Cache) AddFile(data []byte) string + func (c Cache) GetFile(filename string) ([]byte, error) + func (c Cache) MustGetFile(filename string) []byte Other modules containing this package github.com/bandprotocol/chain/v2 github.com/bandprotocol/chain/v3