package
1.7.1
Repository: https://github.com/seagate/cloudfuse.git
Documentation: pkg.go.dev

# Functions

NewLRUCache: creates a new LRUCache object with the defined capacity.

# Structs

KeyPair: the list node containing both block key and cache block values.
LRUCache definition for Least Recently Used Cache implementation.