caching

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Caching

type Caching struct {
	// contains filtered or unexported fields
}

func (*Caching) GetAppName

func (c *Caching) GetAppName(appGuid string) string

func (*Caching) GetInstanceName

func (c *Caching) GetInstanceName() string

func (*Caching) Initialize

func (c *Caching) Initialize()

type CachingClient

type CachingClient interface {
	GetAppName(string) string
	GetInstanceName() string
	Initialize()
}

func NewCaching

func NewCaching(config *cfclient.Config, logger lager.Logger) CachingClient

Jump to

Keyboard shortcuts

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