James Turner

Results 73 issues of James Turner

### What problem does the feature solve? Currently all keys must be of type `string`. This works fine but can cause unnecessary allocations, especially on data retrieval, when one would...

enhancement

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...

enhancement

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...

documentation

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...

enhancement
help wanted

There might be something here that may be worth implementing in the Redis cache layer. https://redis.io/topics/client-side-caching

enhancement
help wanted

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...

enhancement

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...

enhancement

I'm having a bit of trouble debugging a CSHTML file - basically Visual Studio is saying the symbols aren't loading for it when I'm debugging my application. This happens when...

I have a feeling this likely isn't possible (guessing that the inner most `RenderBody()` is getting raw HTML from document's content) but I wonder if it is possible to have...

Blog post: https://www.mongodb.com/developer/how-to/new-time-series-collections/ Docs: https://www.mongodb.com/docs/manual/core/timeseries-collections/ Available in MongoDB 5+ This may end up replacing Entity Buckets but further research is required.

enhancement
moderate-change