CacheManager icon indicating copy to clipboard operation
CacheManager copied to clipboard

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.

Results 79 CacheManager issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...

area-cache-dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

This is wrt https://github.com/MichaCo/CacheManager/issues/89 Async support. I suggest the usage of ValueTask in place of Task to support async await so that all synchronous code are covered. And as ValueTask...

backlog
feature request

All the read commands are being done on the master in a clustered Redis. This pull request adds the PreferSlave flag for all read operations.

* [x] net50 targets * [x] updated dependencies to reasonable versions * [x] latest Redis client * [x] Fixing #300 * [x] Removed all configuration options for perf counters. This...

Our caching configuration uses both in-memory cache and Redis. Additionally we rely on Redis keyspace notifications to clear keys from the in-memory caches across all our app service instances. One...

Hi! We have an issue with CacheManager and our Redis instance when **reading and writing cached values from both ASP.NET Core and ASP.NET Framework.** The two applications both read and...

bug

Hi, I was wondering if in the followin scenario I would break any of the functionalities of CacheManager when using Redis. Lets assume I have multiple instances of an application...