Skip to content

refactor: move lru cache to its own package

Jaime Martinez requested to merge 636-lru-as-package into master

What does this MR do?

It moves the lru_cache.go contents to its own package so it can be reused by other components.

Related to #626 (closed).

Merge request reports