Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

reiugit/CacheAsidePatternExampleWithRedis

Repository files navigation

Cache-Aside Pattern example using Redis

This example uses 'StackExchangeRedis' as an implementation of IDistributedCache.

Topics:

  • Adding StackExchangeRedisCache to DI Container
  • Injecting IDistributedCache into endpoint
  • Usage of 'IDistributedCache.GetString(key)'
  • Usage of 'IDistributedCache.SetString(key, string, CacheOptions)'
  • Expiration/Eviction

This can be used to cache serialized objects in the form of json strings.

About

Cache-Aside Pattern example using Redis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /