Skip to content

Commit f43793e

Browse files
Update README.md
1 parent 899a45f commit f43793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RazorEngineCompiledTemplate<MyBase> template2 = RazorEngineCompiledTemplate<MyBa
7878
#### Caching
7979
RazorEngineCore is not responsible for caching. Each team and project has their own caching frameworks and conventions therefore making it impossible to have builtin solution for all possible needs.
8080

81-
If you dont have one, use following static ConcurrentDictionary example as a simplest solution.
81+
If you dont have one, use following static ConcurrentDictionary example as a simplest thread safe solution.
8282

8383
```cs
8484
private static ConcurrentDictionary<string, RazorEngineCompiledTemplate> TemplateCache = new ConcurrentDictionary<string, RazorEngineCompiledTemplate>();

0 commit comments

Comments
 (0)