Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Conversation

cnblogs-dudu
Copy link

Like Microsoft.AspNetCore.Session, use IDistributedCache in Microsoft.Extensions.Caching.Distributed to store data. It is an approach for reusing the RedisCache implementation in Microsoft.Extensions.Caching.Redis.

@dnfclas
Copy link

dnfclas commented Jan 3, 2017

Hi @cnblogs-dudu, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@blowdart
Copy link
Member

blowdart commented May 5, 2017

This is an interesting idea, but we want to use concrete caches where we can guarantee behaviour or throw warnings. IDistributedMemoryCache & IMemoryCache are really aimed at in app caching, rather than to be generic for asp.net components.

Thanks though.

@blowdart blowdart closed this May 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants