Skip to content

single LRU cache utilitiy to replace both implementations #55

@oribarilan

Description

@oribarilan

Currently, we have 2 cases where we implement almost identical LRU caches:

  1. the lens explorer, caching functions/methods from the lsp
  2. the blame cache, caching blame information

creating a single utilitiy file for LRU cache can clean this up, and also introduce a more efficient (and better tested) LRU mechanism.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerstechdebtWork needed to reduce technical debt, improve maintainability, refactor code, etc.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions