FluentCache icon indicating copy to clipboard operation
FluentCache copied to clipboard

A Fluent library for Caching in C#

Results 19 FluentCache issues
Sort by recently updated
recently updated
newest added

@evan-rash I was looking at your work and have a question for you. Do you have any plans for adding support for Microsoft.Extensions.Caching.StackExchangeRedis? If not do you welcome a PR...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.RegularExpressions&package-manager=nuget&previous-version=4.3.0&new-version=4.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps System.Net.Http from 4.3.0 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.3.0&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

gRPC functions create the following style of method: ` public virtual grpc::AsyncUnaryCall GetLoadingConditionsAsync(global::Proto.GetLoadingConditionsRequest request, grpc::CallOptions options)` This is added as a standard wrapper: ` myRepositoryCache = FluentMemoryCache.WithSource(aClient); ` `aClient` being...

I can't seem to find how to use Redis implementation, I searched the repo and it seems in one of your tests you have an absolute directory path retrieving the...

I understand the IDistributedLock provider is a memory application process distributed lock, do you support a distributed locking like RedLock.NET? https://github.com/samcook/RedLock.net

As per the discussion in [David Fowler's tweet here](https://twitter.com/davidfowl/status/1008453902058917888), the current recommendation seems to be that all packages that can target `netstandard2.0` should do so (even if it's just alongside...