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

Client-side caching by hashing command arguments #3700

Merged
merged 16 commits into from
Feb 15, 2024

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f66697f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Also Guava cache

    sazzad16 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    322ffeb View commit details
    Browse the repository at this point in the history
  2. format pom.xml

    sazzad16 authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2ef4376 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Client-side caching by command arguments

    TODO: Compute hash code.
    sazzad16 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    9f160e2 View commit details
    Browse the repository at this point in the history
  2. send keys

    sazzad16 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3827e7d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. todo comment for clean-up

    sazzad16 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e910168 View commit details
    Browse the repository at this point in the history
  2. rename method to invalidate

    sazzad16 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0ba4d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a5900 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    d7720a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Clean-up keyHashes map

    sazzad16 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d3acff2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. added javadoc

    sazzad16 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    58e2f43 View commit details
    Browse the repository at this point in the history
  2. rename method

    sazzad16 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dd45f5f View commit details
    Browse the repository at this point in the history
  3. remove lock

    sazzad16 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ef69cb5 View commit details
    Browse the repository at this point in the history
  4. descriptive name

    sazzad16 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4dd02a4 View commit details
    Browse the repository at this point in the history
  5. descriptive names and fix

    sazzad16 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fafca79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b82840a View commit details
    Browse the repository at this point in the history