Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalCache ¶
type LocalCache struct {
// contains filtered or unexported fields
}
func New ¶
func New() *LocalCache
func (*LocalCache) HealthCheck ¶
func (l *LocalCache) HealthCheck() error
func (*LocalCache) Remove ¶
func (l *LocalCache) Remove(key string) error
func (*LocalCache) Write ¶
func (l *LocalCache) Write(key, value string) error
Click to show internal directories.
Click to hide internal directories.