caching

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2017 License: Apache-2.0 Imports: 4 Imported by: 12

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) GetEnvironmentName added in v1.1.0

func (c *Caching) GetEnvironmentName() 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
	GetEnvironmentName() string
	Initialize()
}

func NewCaching

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

Jump to

Keyboard shortcuts

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