cache

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePopupAction

type CreatePopupAction struct {
	actionutils.ParentAction
}

func (*CreatePopupAction) Init

func (this *CreatePopupAction) Init()

func (*CreatePopupAction) RunGet

func (this *CreatePopupAction) RunGet(params struct {
	IsReverse bool
})

func (*CreatePopupAction) RunPost

func (this *CreatePopupAction) RunPost(params struct {
	CacheRefJSON []byte

	CondType              string
	CondJSON              []byte
	CondIsCaseInsensitive bool

	Must *actions.Must
})

type FetchAction added in v0.4.8

type FetchAction struct {
	actionutils.ParentAction
}

func (*FetchAction) Init added in v0.4.8

func (this *FetchAction) Init()

func (*FetchAction) RunGet added in v0.4.8

func (this *FetchAction) RunGet(params struct {
	ServerId int64
})

func (*FetchAction) RunPost added in v0.4.8

func (this *FetchAction) RunPost(params struct {
	ServerId int64
	WebId    int64
	Keys     string

	Must *actions.Must
})

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

func (this *IndexAction) RunGet(params struct {
	ServerId int64
})

func (*IndexAction) RunPost

func (this *IndexAction) RunPost(params struct {
	WebId     int64
	CacheJSON []byte

	Must *actions.Must
})

type PurgeAction added in v0.3.0

type PurgeAction struct {
	actionutils.ParentAction
}

func (*PurgeAction) Init added in v0.3.0

func (this *PurgeAction) Init()

func (*PurgeAction) RunGet added in v0.3.0

func (this *PurgeAction) RunGet(params struct {
	ServerId int64
})

func (*PurgeAction) RunPost added in v0.3.0

func (this *PurgeAction) RunPost(params struct {
	ServerId int64
	WebId    int64
	KeyType  string
	Keys     string

	Must *actions.Must
})

type UpdateRefsAction added in v0.4.7

type UpdateRefsAction struct {
	actionutils.ParentAction
}

func (*UpdateRefsAction) RunPost added in v0.4.7

func (this *UpdateRefsAction) RunPost(params struct {
	WebId    int64
	RefsJSON []byte
})

Jump to

Keyboard shortcuts

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