constants

package
v0.0.0-...-8f072b4 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2021 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// STORE COMMANDS
	STORE_GET         = "get"
	STORE_PUT         = "put"
	STORE_ADD         = "add"
	STORE_DELETE      = "delete"
	STORE_FLUSH       = "flush"
	STORE_NODE_SIZE   = "nodeSize"
	STORE_APP_METRICS = "getAppMetrics"

	// STORE POLICY TYPES
	LRU_TYPE  = "LRU"  // Least recently used
	LFU_TYPE  = "LFU"  // Least frequenty used
	MRU_TYPE  = "MRU"  // Most recently used
	ARC_TYPE  = "ARC"  // Adaptive Replacement Cache
	TLRU_TYPE = "TLRU" // Time-aware Least Recently Used
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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