Skip to content

Commit

Permalink
fix folder and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamOfTheRedChamber committed Jan 3, 2020
1 parent f9844f1 commit 0735c1c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- MarkdownTOC -->

- [Async cache policy](#async-cache-policy)
- [Polly.Contrib.CachePolicy](#pollycontribcachepolicy)
- [Purpose](#purpose)
- [Roadmap](#roadmap)
- [Operation](#operation)
Expand All @@ -26,7 +26,7 @@

<!-- /MarkdownTOC -->

# Async cache policy
# Polly.Contrib.CachePolicy

## Purpose
The Polly.Contrib.CachePolicy is an implementation of read-through cache, also known as the cache-aside pattern. It provides a resiliency feature of elegantly fallback to return stale cache value when downstream services return errors or throw exceptions. It could be used anywhere an IAsyncPolicy<TResult> Polly policy applies and seamlessly wrapped together with other Polly policies.
Expand Down
2 changes: 1 addition & 1 deletion src/Polly.Contrib.CachePolicy.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Polly.Contrib.CachePolicy", "Polly.Contrib.CachePolicy\Polly.Contrib.CachePolicy.csproj", "{B7730E1D-0796-4151-95C3-1C6E7DE897B9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Polly.Contrib.CachePolicy.Specs", "Polly.Contrib.BlankTemplate.Specs\Polly.Contrib.CachePolicy.Specs.csproj", "{ED587F9F-BBE6-4715-9FAA-BAAEFE288A73}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Polly.Contrib.CachePolicy.Specs", "Polly.Contrib.CachePolicy.Specs\Polly.Contrib.CachePolicy.Specs.csproj", "{ED587F9F-BBE6-4715-9FAA-BAAEFE288A73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 0735c1c

Please sign in to comment.