CacheTower
CacheTower copied to clipboard
An efficient multi-layered caching system for .NET
Adds support for #53 This allows control whether a cache entry is only stored in-memory until a certain threshold at which point it is passed forward to any other cache...
Is there a way to dump all date in the cache? or maybe just get a list of keys so I can iterate over the cache and access each value.
From https://github.com/TurnerSoftware/CacheTower/issues/163#issuecomment-824140978 > I think from this perspective adding the Redis setup examples would be good. The RedisLockExtension has RedisLockOptions and it isn't clear from a first glance what the...
Look into adding an EntityFramework caching provider. Possible options: - On one hand, it would be a specific table and structure as determined by the provider with some sort of...
There might be something here that may be worth implementing in the Redis cache layer. https://redis.io/topics/client-side-caching
https://blog.cloudflare.com/why-we-started-putting-unpopular-assets-in-memory/ For Cloudflare, they wanted to prevent unnecessary writes to SSDs to keep them around longer so they didn't want to have unpopular cache items in their SSD cache. On...
Similar to discussions in dotnet/extensions#709 & stefanprodan/AspNetCoreRateLimit#83, add support for a new counter cache stack. This is a unique cache stack type with atomic actions by design. ```csharp public interface...
### What does the bug do? The new Protobuf serializer breaks upgrade path from 0.11.x to latest when used in conjunction with the Redis layer ``` ProtoBuf.ProtoException: Invalid wire-type (Varint);...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Bcl.AsyncInterfaces](https://dot.net/) ([source](https://redirect.github.com/dotnet/runtime)) | `6.0.0` -> `9.0.6` | [](https://docs.renovatebot.com/merge-confidence/) |...