package
5.13.2
Repository: https://github.com/go-git/go-git.git
Documentation: pkg.go.dev

# Functions

NewBufferLRU creates a new BufferLRU with the given maximum size.
NewBufferLRUDefault creates a new BufferLRU with the default cache size.
NewObjectLRU creates a new ObjectLRU with the given maximum size.
NewObjectLRUDefault creates a new ObjectLRU with the default cache size.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BufferLRU implements an object cache with an LRU eviction policy and a maximum size (measured in object size).
ObjectLRU implements an object cache with an LRU eviction policy and a maximum size (measured in object size).

# Interfaces

Buffer is an interface to a buffer cache.
Object is an interface to a object cache.

# Type aliases

No description provided by the author