Skip to content

Commit 499ef6e

Browse files
Fix typo
1 parent 152cbe7 commit 499ef6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/In-Memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class Startup
7878
services.AddEasyCaching(options =>
7979
{
8080
//use memory cache
81-
options.UseInMemory(Configuration, "default", "easycahing:inmemory");
81+
options.UseInMemory(Configuration, "default", "easycaching:inmemory");
8282
});
8383
}
8484
}
@@ -152,4 +152,4 @@ public class ValuesController : Controller
152152

153153
If you need to modify the data after you read from cache, don't forget the enable deep clone, otherwise, the cached data will be modified.
154154

155-
By the way, deep clone will hurt the performance, so if you don't need it, you should disable.
155+
By the way, deep clone will hurt the performance, so if you don't need it, you should disable.

0 commit comments

Comments
 (0)