cachestore

package
v1.3.90 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UniqCacheKey

func UniqCacheKey(r Record) string

Types

type ConsistentRecord

type ConsistentRecord interface {
	Record
	GetPrimaryName() string
}

type Record

type Record interface {
	GetKey() string
	GetValue() string
	Unmarshal(string) error
	SetExpireAt(int64)  //meaningless for redis
	GetExpireAt() int64 //meaningless for redis
	TableName() string
	Clone() Record
}

Jump to

Keyboard shortcuts

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