cachedata

package
v0.0.0-...-7ac0ccb Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DCacheNode

type DCacheNode struct {
	Key   int
	Value int
	Prev  *DCacheNode
	Next  *DCacheNode
}

type LruCacheList

type LruCacheList struct {
	HashMap map[int]*DCacheNode
	// contains filtered or unexported fields
}

LRU 最少最近算法

Jump to

Keyboard shortcuts

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