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

Feature: Add setOrGet Function to Cache Implementation #383

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

Commits on Nov 1, 2023

  1. Update shard.go

    added setIfNotExists
    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    56de827 View commit details
    Browse the repository at this point in the history
  2. Update bigcache.go

    added SetIfNotExists
    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2dc2df4 View commit details
    Browse the repository at this point in the history
  3. Update bigcache_test.go

    added test
    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    da2ad44 View commit details
    Browse the repository at this point in the history
  4. test

    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    21f0b4f View commit details
    Browse the repository at this point in the history
  5. getOrSet

    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    47571bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7443afd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9665a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b315ee4 View commit details
    Browse the repository at this point in the history
  9. bench tests

    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1fd05ac View commit details
    Browse the repository at this point in the history
  10. setIfNotExist removed

    ndjuric-bit committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    f5d633b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. setIfNotExist removed

    ndjuric-bit committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4c79098 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. - user Lock instead or RLock + Lock

    - error test added
    ndjuric-bit committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5165873 View commit details
    Browse the repository at this point in the history