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

First of all, thanks sincerely for your interest in this project. We will try our best to keep EasyCaching better and keep growing the community. To attract more people to...

Hi - We're trying to use the caching in an environment were the Redis endpoints are discoverable via a service registry (consul). It would be great if the `AddEasyCaching` configuration...

enhancement
good first issue

I keep getting `BeginTransaction can only be called when the connection is open` error while using SqLite provider, How does it supposed to work? What am I doing wrong? https://github.com/dotnetcore/EasyCaching/blob/159a9306538dcef59a714a8d17465197ba5b4417/src/EasyCaching.SQLite/Configurations/SQLiteDatabaseProvider.cs#L55...

bug
area-sqlite

## Description messgage bus实现工厂模式,hybridcache可以通过配置使用指定bus

enhancement
area-bus

It's useful model for extend the expiration automatically sometime. I haven't found related infomation about this feature. Would you consider to support this feature?

enhancement
good first issue
feature

This is more of a feature request to support scenario of a horizontally-scaled application which doesn't have the liberty to use Redis. The idea is to have cache data in-memory,...

enhancement
help wanted

Fixes #399 Only Memcached is not supported among the providers, if you have any ideas on how we can implement it I'd like to hear them.

## Description I've been attempting to use EasyCaching.Redis as the cache provider for the EFCoreSecondLevelCacheInterceptor, but I haven't found a Serializer that's working. I've tried all three options: 1. EasyCaching.Serialization.Json...

## Description I have hybrid caching implemented on my system by using in-memory and redis provider, I want to be able to remove cache keys by a key pattern, for...

enhancement
feature
area-hybrid

根据博客园的文章,https://www.cnblogs.com/cmt/p/14008145.html,同步创建连接且使用Lazy会引起超时问题,且在实际使用中也遇到这个问题。麻烦是否可以确认修复下?

enhancement
help wanted
good first issue
area-redis