cachedata

package
v0.0.0-...-d879545 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheData

type CacheData interface {
	encoding.BinaryMarshaler
	encoding.BinaryUnmarshaler
	GetStatusCode() int
}

CacheData is a data which putting in cache

type CacheItem

type CacheItem struct {
	Data      interface{}
	TimeStamp time.Time
}

CacheItem is an item of cache

Jump to

Keyboard shortcuts

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