: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!
MIT License
1.97k
stars
325
forks
source link
Updated InMemoryCachingProvider to stop creating unnecessary threads #480
await / async are being misused as InMemory cache doesn't need await at all.
Furthermore, Task.Run creates a new thread for an operation that can complete synchronously.