Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Cache-Aside Demo

A simple demonstration of the cache-aside pattern using Redis cache.

Note

If for some reason you want to clone and run this you'll need to add a SecretSettings.config file to the root of the CacheAsideDemo project. This keeps your Redis connection string out of source control.

<?xml version="1.0" encoding="utf-8"?>
<appSettings>
    <add key="RedisConnString" value="{Your Redis ConnString here}" />
</appSettings>

About

A Web API demo showing how to implement the cache-aside pattern

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages