//
pkg.gl
Category
github.com/Seagate/cloudfuse
common
cache_policy
package
1.7.1
Repository:
https://github.com/seagate/cloudfuse.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
2
Files
124 SLOC
#
Functions
NewLRUCache
NewLRUCache: creates a new LRUCache object with the defined capacity.
#
Structs
KeyPair
KeyPair: the list node containing both block key and cache block values.
LRUCache
LRUCache definition for Least Recently Used Cache implementation.