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

Support expiring cache use callback #79

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    d441894 View commit details
    Browse the repository at this point in the history
  2. fix lint issues

    yigongliu-concur committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    a3c9413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    986e48a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7c985f View commit details
    Browse the repository at this point in the history
  5. following same pattern of simple LRU, separate 2q/arc Cache and LRU, …

    …make XXXCache just thread-safe wrapper over XXXLRU, avoid NoLock ugliness
    yigongliu-concur committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    5a93abc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    410f6d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    64aed77 View commit details
    Browse the repository at this point in the history
  2. fix lint issue

    yigongliu-concur committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    3204fce View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    20c1bf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f33c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    adf322a View commit details
    Browse the repository at this point in the history
  2. clean up code

    yigongliu-concur committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    8b1f118 View commit details
    Browse the repository at this point in the history
  3. update test code

    yigongliu-concur committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    25e60d5 View commit details
    Browse the repository at this point in the history
  4. clean up

    yigongliu-concur committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    6fcb4db View commit details
    Browse the repository at this point in the history
  5. fix lint issues

    yigongliu-concur committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    d086646 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

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

Commits on Jan 10, 2021

  1. fix bug

    yigongliu-concur committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    ead1c26 View commit details
    Browse the repository at this point in the history
  2. fix onEvictedCB bug

    yigongliu-concur committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    06ef99f View commit details
    Browse the repository at this point in the history