Skip to content

Benefits of Using AWS .NET Distributed Cache Provider Over Direct DynamoDB Access #71

Answered by normj
mestradao asked this question in Q&A
Discussion options

You must be logged in to vote

Using our distributed library allows integrating DynamoDB as the backing store whenever you are using ASP.NET Core's distributed cache framework. This is generally used for temporary caches not for application data stores. Storing session state is a common example for using the distributed cache framework of ASP.NET Core.

If you are talking about your application's business data store I would expect you to work with the DynamoDB SDK directly and not the cache framework for temporal data.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mestradao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants