cache

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

* @Author: cnzf1 * @Date: 2023-03-12 19:38:39 * @LastEditors: cnzf1 * @LastEditTime: 2023-03-13 23:54:00 * @Description:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheNode

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

type LRUCache

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

func NewLRUCache

func NewLRUCache(capacity int) LRUCache

func (*LRUCache) Get

func (this *LRUCache) Get(key string) lang.AnyType

func (*LRUCache) Put

func (this *LRUCache) Put(key string, value lang.AnyType)

Jump to

Keyboard shortcuts

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