caching_policy

package
v0.0.0-...-f44e450 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int

Functions

This section is empty.

Types

type CachingPolicy

type CachingPolicy int64
const (
	CachingPolicy_Default          CachingPolicy = 0
	CachingPolicy_NoCache          CachingPolicy = 1
	CachingPolicy_StoreAndUseCache CachingPolicy = 2
	CachingPolicy_UseCache         CachingPolicy = 3
)

func CachingPolicyFromString

func CachingPolicyFromString(s string) (CachingPolicy, error)

func CachingPolicyPtr

func CachingPolicyPtr(v CachingPolicy) *CachingPolicy

func (CachingPolicy) MarshalText

func (p CachingPolicy) MarshalText() ([]byte, error)

func (*CachingPolicy) Scan

func (p *CachingPolicy) Scan(value interface{}) error

func (CachingPolicy) String

func (p CachingPolicy) String() string

func (*CachingPolicy) UnmarshalText

func (p *CachingPolicy) UnmarshalText(text []byte) error

func (*CachingPolicy) Value

func (p *CachingPolicy) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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