Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace guava with caffeine. #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Replace guava with caffeine. #177

wants to merge 1 commit into from

Commits on Jun 9, 2023

  1. Replace guava with caffeine.

    Caffeine is a focussed library that just provides caching.
    It has similar behaviour to guava's caching library.
    
    This commit replaces guava's cache with caffeine and
    remove other minor uses of guava APIs.
    Richard Sunderland committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6019574 View commit details
    Browse the repository at this point in the history