cache

package
v0.0.0-...-50db23e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2016 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Page

type Page interface {
	KeyForPage(pageURL string) (cacheKey string, err error)
	FetchPageByKey(cacheKey string) (page []byte, err error)
	AddPage(pageURL string, cacheKey string, page []byte) error
	Open() error
	Close() error
}

func New

func New(datastorePath string) Page

New returns a new Page

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL