Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dixon01/CacheManager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: MichaCo/CacheManager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 277 files changed
  • 6 contributors

Commits on Sep 25, 2019

  1. Fixing concurrency issue in Memory Cache (MichaCo#266)

    Using ConcurrentDictionary instead of HashSet for key map
    jkernsva authored and MichaCo committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    f2d6e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c211513 View commit details
    Browse the repository at this point in the history
  3. Configuration by code for System.Runtime.Caching memory options

    Add configuration by code for System.Runtime.Caching memory options, see MichaCo#177
    nflash authored and MichaCo committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    800bebe View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Update LICENSE

    MichaCo authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3f3ad35 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Create FUNDING.yml

    MichaCo authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    51bff81 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. 2.0 prep with a lot of changes (MichaCo#340)

    merging and doing new CI later...
    MichaCo authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    7e41014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c637644 View commit details
    Browse the repository at this point in the history
  3. Readme update

    MichaCo committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    ee85c09 View commit details
    Browse the repository at this point in the history
  4. readme fix

    MichaCo committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    cc7f605 View commit details
    Browse the repository at this point in the history
  5. .

    MichaCo committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    0f9f35d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc3f906 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9404db4 View commit details
    Browse the repository at this point in the history
  8. Cleanup and some fixes (MichaCo#382)

    * Fixes MichaCo#311
    * Fixes MichaCo#280
    * Fixes MichaCo#268
    * fixes MichaCo#212
    MichaCo authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    2b8c1f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    826d53d View commit details
    Browse the repository at this point in the history
  2. Create CONTRIBUTING.md

    MichaCo authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    5aedc81 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Cleanup of some obsolete configuration code (MichaCo#392), Added user…

    … as config option to Redis
    
    * fixes MichaCo#386 Microsoft logging is not needed to be configured in that way anymore
    * Added user as config option to Redis, as that is supported in Redis 7.0 and later
    MichaCo authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    debe173 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

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