Versions in this module Expand all Collapse all v0 v0.1.2 Oct 17, 2024 v0.1.1 Oct 17, 2024 Changes in this version + type LevelDBCache struct + func NewLevelDBCache(path string) (*LevelDBCache, error) + func (c *LevelDBCache) Close() error + func (c *LevelDBCache) Get(_ context.Context, key string) (scrapemate.Response, error) + func (c *LevelDBCache) Set(_ context.Context, key string, value *scrapemate.Response) error