EasyCaching icon indicating copy to clipboard operation
EasyCaching copied to clipboard

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

Results 47 EasyCaching issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/dotnetcore/EasyCaching/discussions/470 Originally posted by **catcherwong** March 24, 2023 What features do you expect from EasyCaching 2.0

discussion

## Description [Description of the bug or feature] 多语言混合编程,.net6用EasyCaching读不了其他团队python写的缓存, 尝试了以下方法读取均为null mcProxy.Get("key").Value; mcProxy.Get("key").Value; mcProxy.Get("key").Value; mcProxy.Get("key").Value; 另外调用mcProxy.Exists有如下异常 The binary data must result in a DateTime with ticks between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Arg_ParamName_Name...

## Description I'm trying to replace the Newtonsoft Serializer with the new MemoryPacker to compare performance. When adding MemoryPacker, with Redis, I get an error any time trying to DI...

question
area-serialization

## Description When you store a HashSet object in MemoryCache and retrieve the object when you are trying to remove an item from the collection operations fail. ### Steps to...

I believe expiration parameter should be a nullable TimeSpan. How does that sound?

enhancement
question

Simple reproduction. Create new console project, add following nugets. - EasyCaching.Disk 1.9.0 - EasyCaching.Serialization.MemoryPack 1.9.0 - .NET 7 Copy & paste the following code and run. ```csharp // See https://aka.ms/new-console-template...

1.add support etcd cache tools in easycaching with EasyCaching.Etcd module

# Description Hi, I want to use [elastic/apm-agent-dotnet](https://github.com/elastic/apm-agent-dotnet) to trace the commands sent to Redis. Here is a sample code from elastic official document: ```csharp // using Elastic.Apm.StackExchange.Redis; var connection...

good first issue
feature

I been using EasyCaching by adding one global instance and passing tenant id as Key (to isolate data) to each caching method. If I add EasyCaching service per tenant scope....

question

Since GetAllKeysByPrefix has been added to InMemory and Redis , is it possible to it to IHybridCachingProvider?

area-hybrid
discussion